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

/external/bluetooth/glib/glib/
H A Dgiochannel.h40 /* GIOChannel
43 typedef struct _GIOChannel GIOChannel; typedef in typeref:struct:_GIOChannel
139 typedef gboolean (*GIOFunc) (GIOChannel *source,
144 GIOStatus (*io_read) (GIOChannel *channel,
149 GIOStatus (*io_write) (GIOChannel *channel,
154 GIOStatus (*io_seek) (GIOChannel *channel,
158 GIOStatus (*io_close) (GIOChannel *channel,
160 GSource* (*io_create_watch) (GIOChannel *channel,
162 void (*io_free) (GIOChannel *channel);
163 GIOStatus (*io_set_flags) (GIOChannel *channe
[all...]

Completed in 57 milliseconds