Home
last modified time | relevance | path

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

/third_party/glib/gobject/
Dgsourceclosure.c200 if (source->source_funcs == &g_io_watch_funcs) in closure_callback_get()
257 source->source_funcs != &g_io_watch_funcs && in g_source_set_closure()
/third_party/glib/glib/
Dgiounix.c106 GSourceFuncs g_io_watch_funcs = { variable
350 source = g_source_new (&g_io_watch_funcs, sizeof (GIOUnixWatch)); in g_io_unix_create_watch()
Dgiowin32.c1022 GSourceFuncs g_io_watch_funcs = { variable
1172 source = g_source_new (&g_io_watch_funcs, sizeof (GIOWin32Watch)); in g_io_win32_msg_create_watch()
1380 GSource *source = g_source_new (&g_io_watch_funcs, sizeof (GIOWin32Watch)); in g_io_win32_fd_create_watch()
1437 GSource *source = g_source_new (&g_io_watch_funcs, sizeof (GIOWin32Watch)); in g_io_win32_console_create_watch()
1602 GSource *source = g_source_new (&g_io_watch_funcs, sizeof (GIOWin32Watch)); in g_io_win32_sock_create_watch()
Dgiochannel.h327 GLIB_VAR GSourceFuncs g_io_watch_funcs; variable
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1303 g_io_watch_funcs