Gjsify LogoGjsify Logo

Specifies properties of a #GIOChannel. Some of the flags can only be read with g_io_channel_get_flags(), but not changed with g_io_channel_set_flags().

bitfield

Index

Enumeration Members

APPEND: number

turns on append mode, corresponds to %O_APPEND (see the documentation of the UNIX open() syscall)

GET_MASK: number

the mask of the flags that are returned from g_io_channel_get_flags()

IS_READABLE: number

indicates that the io channel is readable. This flag cannot be changed.

IS_SEEKABLE: number

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.

IS_WRITABLE: number

indicates that the io channel is writable. This flag cannot be changed.

IS_WRITEABLE: number

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

MASK: number

the mask that specifies all the valid flags.

NONBLOCK: number

turns on nonblocking mode, corresponds to %O_NONBLOCK/%O_NDELAY (see the documentation of the UNIX open() syscall)

SET_MASK: number

the mask of the flags that the user can modify with g_io_channel_set_flags()

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method