Home
last modified time | relevance | path

Searched refs:GTimeoutSource (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgmain.c223 typedef struct _GTimeoutSource GTimeoutSource; typedef
4823 g_timeout_set_expiration (GTimeoutSource *timeout_source, in g_timeout_set_expiration()
4879 GTimeoutSource *timeout_source = (GTimeoutSource *)source; in g_timeout_dispatch()
4917 GSource *source = g_source_new (&g_timeout_funcs, sizeof (GTimeoutSource)); in g_timeout_source_new()
4918 GTimeoutSource *timeout_source = (GTimeoutSource *)source; in g_timeout_source_new()
4949 GSource *source = g_source_new (&g_timeout_funcs, sizeof (GTimeoutSource)); in g_timeout_source_new_seconds()
4950 GTimeoutSource *timeout_source = (GTimeoutSource *)source; in g_timeout_source_new_seconds()