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

/external/bluetooth/glib/glib/
H A Dgiochannel.c332 * so there is no need to call g_io_channel_close() (though doing
340 * g_io_channel_close:
350 g_io_channel_close (GIOChannel *channel) function
H A Dgalias.h1114 extern __typeof (g_io_channel_close) IA__g_io_channel_close __attribute((visibility("hidden")));
1115 #define g_io_channel_close IA__g_io_channel_close macro
H A Dgaliasdef.c1121 #undef g_io_channel_close macro
1122 extern __typeof (g_io_channel_close) g_io_channel_close __attribute((alias("IA__g_io_channel_close"), visibility("default")));

Completed in 122 milliseconds