#include <libexif/exif-mnote-data.h>
#include <libexif/exif-byte-order.h>
#include <libexif/exif-log.h>
Include dependency graph for exif-mnote-data-priv.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | _ExifMnoteDataMethods |
struct | _ExifMnoteData |
Typedefs | |
typedef _ExifMnoteDataMethods | ExifMnoteDataMethods |
typedef _ExifMnoteDataPriv | ExifMnoteDataPriv |
Functions | |
void | exif_mnote_data_construct (ExifMnoteData *, ExifMem *mem) |
void | exif_mnote_data_set_byte_order (ExifMnoteData *, ExifByteOrder) |
void | exif_mnote_data_set_offset (ExifMnoteData *, unsigned int) |
typedef struct _ExifMnoteDataMethods ExifMnoteDataMethods |
Definition at line 32 of file exif-mnote-data-priv.h.
typedef struct _ExifMnoteDataPriv ExifMnoteDataPriv |
Definition at line 53 of file exif-mnote-data-priv.h.
void exif_mnote_data_construct | ( | ExifMnoteData * | , | |
ExifMem * | mem | |||
) |
Definition at line 35 of file exif-mnote-data.c.
References exif_mem_alloc(), exif_mem_ref(), _ExifMnoteData::mem, _ExifMnoteData::priv, and _ExifMnoteDataPriv::ref_count.
Referenced by exif_mnote_data_canon_new(), exif_mnote_data_olympus_new(), and exif_mnote_data_pentax_new().
void exif_mnote_data_set_byte_order | ( | ExifMnoteData * | , | |
ExifByteOrder | ||||
) |
Definition at line 96 of file exif-mnote-data.c.
References _ExifMnoteData::methods, and _ExifMnoteDataMethods::set_byte_order.
Referenced by exif_data_load_data(), and exif_data_set_byte_order().
void exif_mnote_data_set_offset | ( | ExifMnoteData * | , | |
unsigned | int | |||
) |
Definition at line 103 of file exif-mnote-data.c.
References _ExifMnoteData::methods, and _ExifMnoteDataMethods::set_offset.
Referenced by exif_data_load_data(), and exif_data_save_data_entry().