EXIF library (libexif) Internals
0.6.24
|
#include <libexif/exif-data.h>
Go to the source code of this file.
Typedefs | |
typedef enum _MnoteCanonTag | MnoteCanonTag |
Functions | |
const char * | mnote_canon_tag_get_name (MnoteCanonTag) |
const char * | mnote_canon_tag_get_name_sub (MnoteCanonTag, unsigned int, ExifDataOption) |
const char * | mnote_canon_tag_get_title (MnoteCanonTag) |
const char * | mnote_canon_tag_get_title_sub (MnoteCanonTag, unsigned int, ExifDataOption) |
const char * | mnote_canon_tag_get_description (MnoteCanonTag) |
typedef enum _MnoteCanonTag MnoteCanonTag |
Definition at line 1 of file mnote-canon-tag.h.
enum _MnoteCanonTag |
Definition at line 30 of file mnote-canon-tag.h.
const char* mnote_canon_tag_get_description | ( | MnoteCanonTag | t | ) |
Definition at line 268 of file mnote-canon-tag.c.
References _, bindtextdomain, description, table, and tag.
Referenced by exif_mnote_data_canon_get_description().
const char* mnote_canon_tag_get_name | ( | MnoteCanonTag | t | ) |
Definition at line 209 of file mnote-canon-tag.c.
Referenced by exif_mnote_data_canon_load(), and mnote_canon_tag_get_name_sub().
const char* mnote_canon_tag_get_name_sub | ( | MnoteCanonTag | t, |
unsigned int | s, | ||
ExifDataOption | o | ||
) |
Definition at line 219 of file mnote-canon-tag.c.
References EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS, mnote_canon_tag_get_name(), subtag, table_sub, and tag.
Referenced by exif_mnote_data_canon_get_name().
const char* mnote_canon_tag_get_title | ( | MnoteCanonTag | t | ) |
Definition at line 238 of file mnote-canon-tag.c.
References _, bindtextdomain, table, tag, and title.
Referenced by mnote_canon_tag_get_title_sub().
const char* mnote_canon_tag_get_title_sub | ( | MnoteCanonTag | t, |
unsigned int | s, | ||
ExifDataOption | o | ||
) |
Definition at line 249 of file mnote-canon-tag.c.
References _, EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS, mnote_canon_tag_get_title(), name, subtag, table_sub, and tag.
Referenced by exif_mnote_data_canon_get_title().