Companion
object Companion
Properties
Link copied to clipboard
indicates that the io channel is readable. This flag cannot be changed.
Link copied to clipboard
indicates that the io channel is seekable, i.e. that g_io_channel_seek_position() can be used on it. This flag cannot be changed.
Link copied to clipboard
indicates that the io channel is writable. This flag cannot be changed.
Link copied to clipboard
a misspelled version of @G_IO_FLAG_IS_WRITABLE that existed before the spelling was fixed in GLib 2.30. It is kept here for compatibility reasons. Deprecated since 2.30