Enumeration

GLibUnixPipeEnd

unstable since: 2.80

Declaration

enum GLib.UnixPipeEnd

Description

Mnemonic constants for the ends of a Unix pipe.

Available since: 2.80

Members

G_UNIX_PIPE_END_READ

The readable file descriptor 0

  • Value: 0
  • Nickname: None
  • Available since: 2.80
G_UNIX_PIPE_END_WRITE

The writable file descriptor 1

  • Value: 1
  • Nickname: None
  • Available since: 2.80