EXIF library (libexif) Internals
0.6.24
|
#include <mnote-apple-entry.h>
Data Fields | |
MnoteAppleTag | tag |
ExifFormat | format |
unsigned long | components |
unsigned char * | data |
unsigned int | size |
ExifByteOrder | order |
Definition at line 30 of file mnote-apple-entry.h.
unsigned long _MnoteAppleEntry::components |
Definition at line 33 of file mnote-apple-entry.h.
Referenced by exif_mnote_data_apple_load(), exif_mnote_data_apple_set_byte_order(), and mnote_apple_entry_get_value().
unsigned char* _MnoteAppleEntry::data |
Definition at line 34 of file mnote-apple-entry.h.
Referenced by exif_mnote_data_apple_free(), exif_mnote_data_apple_load(), exif_mnote_data_apple_set_byte_order(), and mnote_apple_entry_get_value().
ExifFormat _MnoteAppleEntry::format |
Definition at line 32 of file mnote-apple-entry.h.
Referenced by exif_mnote_data_apple_load(), exif_mnote_data_apple_set_byte_order(), and mnote_apple_entry_get_value().
ExifByteOrder _MnoteAppleEntry::order |
Definition at line 36 of file mnote-apple-entry.h.
Referenced by exif_mnote_data_apple_load(), exif_mnote_data_apple_set_byte_order(), and mnote_apple_entry_get_value().
unsigned int _MnoteAppleEntry::size |
Definition at line 35 of file mnote-apple-entry.h.
Referenced by exif_mnote_data_apple_load(), exif_mnote_data_apple_set_byte_order(), and mnote_apple_entry_get_value().
MnoteAppleTag _MnoteAppleEntry::tag |
Definition at line 31 of file mnote-apple-entry.h.
Referenced by exif_mnote_data_apple_get_description(), exif_mnote_data_apple_get_id(), exif_mnote_data_apple_get_name(), exif_mnote_data_apple_get_title(), exif_mnote_data_apple_load(), and mnote_apple_entry_get_value().