#include <config.h>
#include "mnote-canon-tag.h"
#include <stdlib.h>
#include <libexif/i18n.h>
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 189 of file mnote-canon-tag.c.
Referenced by exif_mnote_data_canon_get_description().
const char* mnote_canon_tag_get_name | ( | MnoteCanonTag | t | ) |
Definition at line 130 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 | |||
) |
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* 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_fuji_tag_get_description(), mnote_olympus_tag_get_description(), and mnote_pentax_tag_get_description().
const char* name |
Definition at line 53 of file mnote-canon-tag.c.
const char* name |
Definition at line 30 of file mnote-canon-tag.c.
Referenced by canon_search_table_bitfield(), canon_search_table_value(), exif_data_option_get_name(), exif_format_get_name(), exif_ifd_get_name(), main(), mnote_canon_tag_get_title_sub(), mnote_fuji_tag_get_name(), mnote_olympus_tag_get_name(), and mnote_pentax_tag_get_name().
unsigned int subtag |
Definition at line 52 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().
struct { ... } table[] [static] |
Referenced by mnote_canon_tag_get_description(), mnote_canon_tag_get_name(), mnote_canon_tag_get_title(), mnote_fuji_tag_get_description(), mnote_fuji_tag_get_name(), mnote_fuji_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 51 of file mnote-canon-tag.c.
Definition at line 29 of file mnote-canon-tag.c.
Referenced by exif_data_load_data_content(), exif_entry_get_value(), 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_fuji_entry_get_value(), mnote_fuji_tag_get_description(), mnote_fuji_tag_get_name(), mnote_fuji_tag_get_title(), 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_fuji_tag_get_title(), mnote_olympus_tag_get_title(), and mnote_pentax_tag_get_title().