#include <libexif/exif-log.h>
Include dependency graph for exif-mnote-data.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef _ExifMnoteData | ExifMnoteData |
Functions | |
void | exif_mnote_data_ref (ExifMnoteData *) |
void | exif_mnote_data_unref (ExifMnoteData *) |
void | exif_mnote_data_load (ExifMnoteData *, const unsigned char *, unsigned int) |
void | exif_mnote_data_save (ExifMnoteData *, unsigned char **, unsigned int *) |
unsigned int | exif_mnote_data_count (ExifMnoteData *) |
unsigned int | exif_mnote_data_get_id (ExifMnoteData *, unsigned int) |
const char * | exif_mnote_data_get_name (ExifMnoteData *, unsigned int) |
const char * | exif_mnote_data_get_title (ExifMnoteData *, unsigned int) |
const char * | exif_mnote_data_get_description (ExifMnoteData *, unsigned int) |
char * | exif_mnote_data_get_value (ExifMnoteData *, unsigned int, char *val, unsigned int maxlen) |
void | exif_mnote_data_log (ExifMnoteData *, ExifLog *) |
typedef struct _ExifMnoteData ExifMnoteData |
Definition at line 30 of file exif-mnote-data.h.
unsigned int exif_mnote_data_count | ( | ExifMnoteData * | ) |
Definition at line 110 of file exif-mnote-data.c.
References _ExifMnoteDataMethods::count, and _ExifMnoteData::methods.
const char* exif_mnote_data_get_description | ( | ExifMnoteData * | , | |
unsigned | int | |||
) |
Definition at line 138 of file exif-mnote-data.c.
References _ExifMnoteDataMethods::get_description, and _ExifMnoteData::methods.
unsigned int exif_mnote_data_get_id | ( | ExifMnoteData * | , | |
unsigned | int | |||
) |
Definition at line 117 of file exif-mnote-data.c.
References _ExifMnoteDataMethods::get_id, and _ExifMnoteData::methods.
const char* exif_mnote_data_get_name | ( | ExifMnoteData * | , | |
unsigned | int | |||
) |
Definition at line 124 of file exif-mnote-data.c.
References _ExifMnoteDataMethods::get_name, and _ExifMnoteData::methods.
const char* exif_mnote_data_get_title | ( | ExifMnoteData * | , | |
unsigned | int | |||
) |
Definition at line 131 of file exif-mnote-data.c.
References _ExifMnoteDataMethods::get_title, and _ExifMnoteData::methods.
char* exif_mnote_data_get_value | ( | ExifMnoteData * | , | |
unsigned | int, | |||
char * | val, | |||
unsigned int | maxlen | |||
) |
Definition at line 145 of file exif-mnote-data.c.
References _ExifMnoteDataMethods::get_value, and _ExifMnoteData::methods.
void exif_mnote_data_load | ( | ExifMnoteData * | , | |
const unsigned char * | , | |||
unsigned | int | |||
) |
Definition at line 80 of file exif-mnote-data.c.
References _ExifMnoteDataMethods::load, and _ExifMnoteData::methods.
Referenced by exif_data_load_data().
void exif_mnote_data_log | ( | ExifMnoteData * | , | |
ExifLog * | ||||
) |
Definition at line 152 of file exif-mnote-data.c.
References exif_log_ref(), exif_log_unref(), and _ExifMnoteData::log.
Referenced by exif_data_load_data().
void exif_mnote_data_ref | ( | ExifMnoteData * | ) |
Definition at line 49 of file exif-mnote-data.c.
References _ExifMnoteData::priv, and _ExifMnoteDataPriv::ref_count.
void exif_mnote_data_save | ( | ExifMnoteData * | , | |
unsigned char ** | , | |||
unsigned int * | ||||
) |
Definition at line 88 of file exif-mnote-data.c.
References _ExifMnoteData::methods, and _ExifMnoteDataMethods::save.
Referenced by exif_data_save_data_entry().
void exif_mnote_data_unref | ( | ExifMnoteData * | ) |
Definition at line 71 of file exif-mnote-data.c.
References exif_mnote_data_free(), _ExifMnoteData::priv, and _ExifMnoteDataPriv::ref_count.