Returns whether the file/socket/whatever associated with this will be closed when this receives its final unref and is destroyed.
The default value of this is true for channels created by g_io_channel_new_file (), and false for all other channels.
this |
a IOChannel. |
Whether the channel will be closed on the final unref of the GIOChannel data structure. |