#include <libexif/exif-log.h>
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 *) |
|
|
Definition at line 110 of file exif-mnote-data.c. References _ExifMnoteDataMethods::count, ExifMnoteData, and _ExifMnoteData::methods. |
|
Definition at line 138 of file exif-mnote-data.c. References ExifMnoteData, _ExifMnoteDataMethods::get_description, and _ExifMnoteData::methods. |
|
Definition at line 117 of file exif-mnote-data.c. References ExifMnoteData, _ExifMnoteDataMethods::get_id, and _ExifMnoteData::methods. |
|
Definition at line 124 of file exif-mnote-data.c. References ExifMnoteData, _ExifMnoteDataMethods::get_name, and _ExifMnoteData::methods. |
|
Definition at line 131 of file exif-mnote-data.c. References ExifMnoteData, _ExifMnoteDataMethods::get_title, and _ExifMnoteData::methods. |
|
Definition at line 145 of file exif-mnote-data.c. References ExifMnoteData, _ExifMnoteDataMethods::get_value, and _ExifMnoteData::methods. |
|
Definition at line 80 of file exif-mnote-data.c. References ExifMnoteData, _ExifMnoteDataMethods::load, and _ExifMnoteData::methods. Referenced by exif_data_load_data(). |
|
Definition at line 152 of file exif-mnote-data.c. References exif_log_ref(), exif_log_unref(), ExifLog, ExifMnoteData, and _ExifMnoteData::log. Referenced by exif_data_load_data(). |
|
Definition at line 49 of file exif-mnote-data.c. References ExifMnoteData, _ExifMnoteData::priv, and _ExifMnoteDataPriv::ref_count. |
|
Definition at line 88 of file exif-mnote-data.c. References ExifMnoteData, _ExifMnoteData::methods, and _ExifMnoteDataMethods::save. Referenced by exif_data_save_data_entry(). |
|
Definition at line 71 of file exif-mnote-data.c. References exif_mnote_data_free(), ExifMnoteData, _ExifMnoteData::priv, and _ExifMnoteDataPriv::ref_count. Referenced by exif_data_free(). |