#include <config.h>
#include "mnote-canon-tag.h"
#include <stdlib.h>
#include <libexif/i18n.h>
Include dependency graph for mnote-canon-tag.c:
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) |
const char * | mnote_canon_tag_get_title (MnoteCanonTag t) |
const char * | mnote_canon_tag_get_title_sub (MnoteCanonTag t, unsigned int s) |
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 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 | t | ) |
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 | t, | |
unsigned int | s | |||
) |
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 | t | ) |
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 | t, | |
unsigned int | s | |||
) |
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().
const char* description |
Definition at line 32 of file mnote-canon-tag.c.
Referenced by exif_data_option_get_description(), exif_tag_get_description_in_ifd(), mnote_canon_tag_get_description(), mnote_olympus_tag_get_description(), and mnote_pentax_tag_get_description().
const char* name |
Definition at line 48 of file mnote-canon-tag.c.
const char* name |
Definition at line 30 of file mnote-canon-tag.c.
unsigned int subtag |
Definition at line 47 of file mnote-canon-tag.c.
struct { ... } table[] [static] |
Referenced by mnote_canon_tag_get_description(), mnote_canon_tag_get_name(), mnote_canon_tag_get_title(), mnote_olympus_tag_get_description(), mnote_olympus_tag_get_name(), mnote_olympus_tag_get_title(), mnote_pentax_tag_get_description(), mnote_pentax_tag_get_name(), and mnote_pentax_tag_get_title().
struct { ... } table_sub[] [static] |
Referenced by mnote_canon_tag_get_name_sub(), and mnote_canon_tag_get_title_sub().
Definition at line 46 of file mnote-canon-tag.c.
Definition at line 29 of file mnote-canon-tag.c.
Referenced by exif_data_load_data_content(), mnote_canon_tag_get_description(), mnote_canon_tag_get_name(), mnote_canon_tag_get_name_sub(), mnote_canon_tag_get_title(), mnote_canon_tag_get_title_sub(), mnote_olympus_entry_get_value(), mnote_olympus_tag_get_description(), mnote_olympus_tag_get_name(), mnote_olympus_tag_get_title(), mnote_pentax_entry_get_value(), mnote_pentax_tag_get_description(), mnote_pentax_tag_get_name(), and mnote_pentax_tag_get_title().
const char* title |
Definition at line 31 of file mnote-canon-tag.c.
Referenced by exif_log_code_get_title(), exif_tag_get_title_in_ifd(), mnote_canon_tag_get_title(), mnote_olympus_tag_get_title(), and mnote_pentax_tag_get_title().