Go to the source code of this file.
Enumerations | |
| enum | ExifByteOrder { EXIF_BYTE_ORDER_MOTOROLA, EXIF_BYTE_ORDER_INTEL } |
| Which byte order to use. More... | |
Functions | |
| const char * | exif_byte_order_get_name (ExifByteOrder order) |
| Return a short, localized, textual name for the given byte order. | |
Definition in file exif-byte-order.h.
| enum ExifByteOrder |
Which byte order to use.
| EXIF_BYTE_ORDER_MOTOROLA | Big-endian byte order. |
| EXIF_BYTE_ORDER_INTEL | Little-endian byte order. |
Definition at line 31 of file exif-byte-order.h.
| const char* exif_byte_order_get_name | ( | ExifByteOrder | order | ) |
Return a short, localized, textual name for the given byte order.
| [in] | order | byte order |
Definition at line 29 of file exif-byte-order.c.
References _, EXIF_BYTE_ORDER_INTEL, and EXIF_BYTE_ORDER_MOTOROLA.