#include <libexif/exif-mnote-data.h>#include <libexif/exif-byte-order.h>#include <libexif/exif-log.h>Go to the source code of this file.
Data Structures | |
| struct | _ExifMnoteDataMethods |
For internal use only. More... | |
| struct | _ExifMnoteData |
For internal use only. More... | |
Typedefs | |
| typedef struct _ExifMnoteDataMethods | ExifMnoteDataMethods |
For internal use only.
| |
| typedef struct _ExifMnoteDataPriv | ExifMnoteDataPriv |
For internal use only.
| |
Functions | |
| void | exif_mnote_data_construct (ExifMnoteData *, ExifMem *mem) |
For internal use only.
| |
| void | exif_mnote_data_set_byte_order (ExifMnoteData *, ExifByteOrder) |
For internal use only.
| |
| void | exif_mnote_data_set_offset (ExifMnoteData *, unsigned int) |
For internal use only.
| |
| typedef struct _ExifMnoteDataMethods ExifMnoteDataMethods |
| typedef struct _ExifMnoteDataPriv ExifMnoteDataPriv |
| void exif_mnote_data_construct | ( | ExifMnoteData * | , | |
| ExifMem * | mem | |||
| ) |
For internal use only.
Definition at line 35 of file exif-mnote-data.c.
Referenced by exif_mnote_data_canon_new(), exif_mnote_data_fuji_new(), exif_mnote_data_olympus_new(), and exif_mnote_data_pentax_new().
| void exif_mnote_data_set_byte_order | ( | ExifMnoteData * | , | |
| ExifByteOrder | ||||
| ) |
For internal use only.
Definition at line 96 of file exif-mnote-data.c.
Referenced by exif_data_set_byte_order(), and interpret_maker_note().
| void exif_mnote_data_set_offset | ( | ExifMnoteData * | , | |
| unsigned | int | |||
| ) |
For internal use only.
Definition at line 103 of file exif-mnote-data.c.
Referenced by exif_data_save_data_entry(), and interpret_maker_note().