IOChannel.shutdown

Close an IO channel. Any pending data to be written will be flushed if flush is true. The channel will not be freed until the last reference is dropped using glib.iochannel.IOChannel.unref.

class IOChannel
shutdown
(
bool flush
)

Parameters

flush bool

if true, flush pending

Return Value

Type: glib.types.IOStatus

the status of the operation.