Searched refs:watch_paths (Results 1 – 1 of 1) sorted by relevance
1305 char **watch_paths; in xs_impl_reset_watches() local1309 watch_paths = (char **)g_hash_table_get_keys_as_array(s->watches, in xs_impl_reset_watches()1313 XsWatch *w1 = g_hash_table_lookup(s->watches, watch_paths[i]); in xs_impl_reset_watches()1342 g_hash_table_steal(s->watches, watch_paths[i]); in xs_impl_reset_watches()1352 g_hash_table_insert(s->watches, watch_paths[i], w2); in xs_impl_reset_watches()1354 g_free(watch_paths[i]); in xs_impl_reset_watches()1358 g_free(watch_paths); in xs_impl_reset_watches()