IOChannel.setFlags
glib.types.IOStatus setFlags(glib.types.IOFlags flags)Sets the (writeable) flags in channel to (flags & G_IO_FLAG_SET_MASK).
Parameters
flags | the flags to set on the IO channel |
Returns
the status of the operation.
Throws
[IOChannelException]