EXIF library (libexif) Internals
0.6.24
|
Go to the source code of this file.
Functions | |
const char * | mnote_canon_tag_get_name (MnoteCanonTag t) |
const char * | mnote_canon_tag_get_name_sub (MnoteCanonTag t, unsigned int s, ExifDataOption o) |
const char * | mnote_canon_tag_get_title (MnoteCanonTag t) |
const char * | mnote_canon_tag_get_title_sub (MnoteCanonTag t, unsigned int s, ExifDataOption o) |
const char * | mnote_canon_tag_get_description (MnoteCanonTag t) |
Variables | |
struct { | |
MnoteCanonTag tag | |
const char * name | |
const char * title | |
const char * description | |
} | table [] |
struct { | |
MnoteCanonTag tag | |
unsigned int subtag | |
const char * name | |
} | table_sub [] |
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().
const char* description |
Definition at line 32 of file mnote-canon-tag.c.
Referenced by mnote_canon_tag_get_description().
const char* name | ( | void | ) |
Definition at line 30 of file mnote-canon-tag.c.
Referenced by mnote_canon_tag_get_title_sub().
unsigned int subtag |
Definition at line 116 of file mnote-canon-tag.c.
Referenced by canon_search_table_bitfield(), canon_search_table_value(), mnote_canon_tag_get_name_sub(), and mnote_canon_tag_get_title_sub().
const { ... } table[] |
Referenced by mnote_canon_tag_get_description(), mnote_canon_tag_get_name(), and mnote_canon_tag_get_title().
const { ... } table_sub[] |
Referenced by mnote_canon_tag_get_name_sub(), and mnote_canon_tag_get_title_sub().
MnoteCanonTag tag |
Definition at line 29 of file mnote-canon-tag.c.
Referenced by mnote_canon_tag_get_description(), mnote_canon_tag_get_name(), mnote_canon_tag_get_name_sub(), mnote_canon_tag_get_title(), and mnote_canon_tag_get_title_sub().
const char* title |
Definition at line 31 of file mnote-canon-tag.c.
Referenced by mnote_canon_tag_get_title().