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

/external/bluetooth/glib/glib/
H A Dgmain.c3417 * g_timeout_add_seconds_full:
3461 g_timeout_add_seconds_full (gint priority, function
3511 return g_timeout_add_seconds_full (G_PRIORITY_DEFAULT, interval, function, data, NULL);
H A Dgalias.h1615 extern __typeof (g_timeout_add_seconds_full) IA__g_timeout_add_seconds_full __attribute((visibility("hidden")));
1616 #define g_timeout_add_seconds_full IA__g_timeout_add_seconds_full macro
H A Dgaliasdef.c1622 #undef g_timeout_add_seconds_full macro
1623 extern __typeof (g_timeout_add_seconds_full) g_timeout_add_seconds_full __attribute((alias("IA__g_timeout_add_seconds_full"), visibility("default")));

Completed in 144 milliseconds