- ioClose
GIOStatus function(GIOChannel* channel, GError** err) ioClose;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ioCreateWatch
GSource* function(GIOChannel* channel, GIOCondition condition) ioCreateWatch;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ioFree
void function(GIOChannel* channel) ioFree;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ioGetFlags
GIOFlags function(GIOChannel* channel) ioGetFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ioRead
GIOStatus function(GIOChannel* channel, char* buf, size_t count, size_t* bytesRead, GError** err) ioRead;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ioSeek
GIOStatus function(GIOChannel* channel, long offset, GSeekType type, GError** err) ioSeek;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ioSetFlags
GIOStatus function(GIOChannel* channel, GIOFlags flags, GError** err) ioSetFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ioWrite
GIOStatus function(GIOChannel* channel, const(char)* buf, size_t count, size_t* bytesWritten, GError** err) ioWrite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A table of functions used to handle different types of #GIOChannel in a generic way.