GIOFuncs.ioFree

called from glib.iochannel.IOChannel.unref when the channel needs to be freed. This function must free the memory associated with the channel, including freeing the #GIOChannel structure itself. The channel buffers have been flushed and possibly @io_close has been called by the time this function is called.

struct GIOFuncs
extern (C)
void function(GIOChannel* channel) ioFree;