EXIF library (libexif) Internals
0.6.24
|
#include <exif-mnote-data-apple.h>
Data Fields | |
ExifMnoteData | parent |
ExifByteOrder | order |
unsigned int | offset |
MnoteAppleEntry * | entries |
unsigned int | count |
Definition at line 32 of file exif-mnote-data-apple.h.
unsigned int _ExifMnoteDataApple::count |
Definition at line 37 of file exif-mnote-data-apple.h.
Referenced by exif_mnote_data_apple_free(), 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_get_value(), exif_mnote_data_apple_load(), and exif_mnote_data_apple_set_byte_order().
MnoteAppleEntry* _ExifMnoteDataApple::entries |
Definition at line 36 of file exif-mnote-data-apple.h.
Referenced by exif_mnote_data_apple_free(), 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_get_value(), exif_mnote_data_apple_load(), and exif_mnote_data_apple_set_byte_order().
unsigned int _ExifMnoteDataApple::offset |
Definition at line 35 of file exif-mnote-data-apple.h.
Referenced by exif_mnote_data_apple_load().
ExifByteOrder _ExifMnoteDataApple::order |
Definition at line 34 of file exif-mnote-data-apple.h.
Referenced by exif_mnote_data_apple_load(), and exif_mnote_data_apple_set_byte_order().
ExifMnoteData _ExifMnoteDataApple::parent |
Definition at line 33 of file exif-mnote-data-apple.h.