Enumeration

GioDataStreamByteOrder

Declaration

enum Gio.DataStreamByteOrder

Description [src]

GDataStreamByteOrder is used to ensure proper endianness of streaming data sources across various machine architectures.

Members

G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN

Selects Big Endian byte order.

  • Value: 0
  • Available since: 2.0
G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN

Selects Little Endian byte order.

  • Value: 1
  • Available since: 2.0
G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN

Selects endianness based on host machine’s architecture.

  • Value: 2
  • Available since: 2.0