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

/external/bluetooth/glib/glib/
H A Dgiochannel.c520 * g_io_add_watch_full:
538 g_io_add_watch_full (GIOChannel *channel, function
580 return g_io_add_watch_full (channel, G_PRIORITY_DEFAULT, condition, func, user_data, NULL);
H A Dgalias.h1029 extern __typeof (g_io_add_watch_full) IA__g_io_add_watch_full __attribute((visibility("hidden")));
1030 #define g_io_add_watch_full IA__g_io_add_watch_full macro
H A Dgaliasdef.c1036 #undef g_io_add_watch_full macro
1037 extern __typeof (g_io_add_watch_full) g_io_add_watch_full __attribute((alias("IA__g_io_add_watch_full"), visibility("default")));

Completed in 345 milliseconds