Searched refs:g_io_watch_funcs (Results 1 – 5 of 5) sorted by relevance
200 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()
106 GSourceFuncs g_io_watch_funcs = { variable350 source = g_source_new (&g_io_watch_funcs, sizeof (GIOUnixWatch)); in g_io_unix_create_watch()
1022 GSourceFuncs g_io_watch_funcs = { variable1172 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()
327 GLIB_VAR GSourceFuncs g_io_watch_funcs; variable
1303 g_io_watch_funcs