Module gwy :: Class ByteOrder
[hide private]
[frames] | no frames]

Class ByteOrder

source code

Type of byte order.

Note all types are valid for all functions.


Since: 2.25

Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  BYTE_ORDER_BIG_ENDIAN
Big endian byte order (the same as glib.BIG_ENDIAN).
  BYTE_ORDER_IMPLICIT
Byte order implied by data, for instance a byte-order-mark (Since 2.60).
  BYTE_ORDER_LITTLE_ENDIAN
Little endian byte order (the same as glib.LITTLE_ENDIAN).
  BYTE_ORDER_NATIVE
Native byte order for the system the code is running on.