GLib.IOChannel.init (original) (raw)
Method
GLibIOChannelinit
Declaration [src]
void
g_io_channel_init (
GIOChannel* channel
)
Description [src]
Initializes a GIOChannel
struct.
This is called by each of the above functions when creating aGIOChannel
, and so is not often needed by the application programmer (unless you are creating a new type of GIOChannel
).