GIOFuncs

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

io_close
GIOStatus function(GIOChannel* channel, GError** err) io_close;
Undocumented in source.
io_create_watch
GSource* function(GIOChannel* channel, GIOCondition condition) io_create_watch;
Undocumented in source.
io_free
void function(GIOChannel* channel) io_free;
Undocumented in source.
io_get_flags
GIOFlags function(GIOChannel* channel) io_get_flags;
Undocumented in source.
io_read
GIOStatus function(GIOChannel* channel, gchar* buf, gsize count, gsize* bytes_read, GError** err) io_read;
Undocumented in source.
io_seek
GIOStatus function(GIOChannel* channel, gint64 offset, GSeekType type, GError** err) io_seek;
Undocumented in source.
io_set_flags
GIOStatus function(GIOChannel* channel, GIOFlags flags, GError** err) io_set_flags;
Undocumented in source.
io_write
GIOStatus function(GIOChannel* channel, const gchar* buf, gsize count, gsize* bytes_written, GError** err) io_write;
Undocumented in source.

Meta