Searched defs:g_source_new (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgmain.c552 * g_source_new:
569 g_source_new (GSourceFuncs *source_funcs, function
806 * this source. This is usually combined with g_source_new() to add an
1266 * @funcs: the @source_funcs passed to g_source_new().
1413 * @funcs: The @source_funcs passed to g_source_new()
3278 GSource *source = g_source_new (&g_timeout_funcs, sizeof (GTimeoutSource));
3310 GSource *source = g_source_new (&g_timeout_funcs, sizeof (GTimeoutSource));
3781 GSource *source = g_source_new (&g_child_watch_funcs, sizeof (GChildWatchSource));
3944 source = g_source_new (&g_idle_funcs, sizeof (GSource));
H A Dgalias.h1555 extern __typeof (g_source_new) IA__g_source_new __attribute((visibility("hidden")));
1556 #define g_source_new IA__g_source_new macro
H A Dgaliasdef.c1562 #undef g_source_new macro
1563 extern __typeof (g_source_new) g_source_new __attribute((alias("IA__g_source_new"), visibility("default")));

Completed in 357 milliseconds