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

/external/bluetooth/glib/glib/
H A Dgiochannel.c189 * g_io_channel_read:
203 g_io_channel_read (GIOChannel *channel, function
1828 * Replacement for g_io_channel_read() with the new API.
H A Dgalias.h1117 extern __typeof (g_io_channel_read) IA__g_io_channel_read __attribute((visibility("hidden")));
1118 #define g_io_channel_read IA__g_io_channel_read macro
H A Dgaliasdef.c1124 #undef g_io_channel_read macro
1125 extern __typeof (g_io_channel_read) g_io_channel_read __attribute((alias("IA__g_io_channel_read"), visibility("default")));

Completed in 52 milliseconds