Lines Matching full:watches
147 static GSList *watches = NULL;1856 watches = g_slist_prepend(watches, GUINT_TO_POINTER(watch));1986 g_slist_foreach(watches, (GFunc) remove_watch, NULL);1987 g_slist_free(watches);1988 watches = NULL;