This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef enum _MnoteCanonTag | MnoteCanonTag |
Enumerations | |
enum | _MnoteCanonTag { MNOTE_CANON_TAG_UNKNOWN_0 = 0x0, MNOTE_CANON_TAG_SETTINGS_1 = 0x1, MNOTE_CANON_TAG_UNKNOWN_3 = 0x3, MNOTE_CANON_TAG_SETTINGS_2 = 0x4, MNOTE_CANON_TAG_IMAGE_TYPE = 0x6, MNOTE_CANON_TAG_FIRMWARE = 0x7, MNOTE_CANON_TAG_IMAGE_NUMBER = 0x8, MNOTE_CANON_TAG_OWNER = 0x9, MNOTE_CANON_TAG_UNKNOWN_10 = 0xa, MNOTE_CANON_TAG_SERIAL_NUMBER = 0xc, MNOTE_CANON_TAG_UNKNOWN_13 = 0xd, MNOTE_CANON_TAG_CUSTOM_FUNCS = 0xf } |
Functions | |
const char * | mnote_canon_tag_get_name (MnoteCanonTag) |
const char * | mnote_canon_tag_get_name_sub (MnoteCanonTag, unsigned int) |
const char * | mnote_canon_tag_get_title (MnoteCanonTag) |
const char * | mnote_canon_tag_get_title_sub (MnoteCanonTag, unsigned int) |
const char * | mnote_canon_tag_get_description (MnoteCanonTag) |
typedef enum _MnoteCanonTag MnoteCanonTag |
Definition at line 42 of file mnote-canon-tag.h.
enum _MnoteCanonTag |
Definition at line 28 of file mnote-canon-tag.h.
const char* mnote_canon_tag_get_description | ( | MnoteCanonTag | ) |
Definition at line 127 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 | ) |
Definition at line 86 of file mnote-canon-tag.c.
References _, name, table, and tag.
Referenced by mnote_canon_tag_get_name_sub().
const char* mnote_canon_tag_get_name_sub | ( | MnoteCanonTag | , | |
unsigned | int | |||
) |
Definition at line 96 of file mnote-canon-tag.c.
References _, mnote_canon_tag_get_name(), name, subtag, table_sub, and tag.
Referenced by exif_mnote_data_canon_get_name().
const char* mnote_canon_tag_get_title | ( | MnoteCanonTag | ) |
Definition at line 106 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 | , | |
unsigned | int | |||
) |
Definition at line 117 of file mnote-canon-tag.c.
References _, mnote_canon_tag_get_title(), name, subtag, table_sub, and tag.
Referenced by exif_mnote_data_canon_get_title().