EXIF library (libexif) Internals
0.6.24
|
Go to the source code of this file.
Functions | |
const char * | mnote_fuji_tag_get_name (MnoteFujiTag t) |
const char * | mnote_fuji_tag_get_title (MnoteFujiTag t) |
const char * | mnote_fuji_tag_get_description (MnoteFujiTag t) |
Variables | |
struct { | |
MnoteFujiTag tag | |
const char * name | |
const char * title | |
const char * description | |
} | table [] |
const char* mnote_fuji_tag_get_description | ( | MnoteFujiTag | t | ) |
Definition at line 93 of file mnote-fuji-tag.c.
References _, bindtextdomain, description, table, and tag.
Referenced by exif_mnote_data_fuji_get_description().
const char* mnote_fuji_tag_get_name | ( | MnoteFujiTag | t | ) |
Definition at line 72 of file mnote-fuji-tag.c.
References name, table, and tag.
Referenced by exif_mnote_data_fuji_get_name(), and exif_mnote_data_fuji_load().
const char* mnote_fuji_tag_get_title | ( | MnoteFujiTag | t | ) |
Definition at line 82 of file mnote-fuji-tag.c.
References _, bindtextdomain, table, tag, and title.
Referenced by exif_mnote_data_fuji_get_title().
const char* description |
Definition at line 33 of file mnote-fuji-tag.c.
Referenced by mnote_fuji_tag_get_description().
const char* name | ( | void | ) |
Definition at line 31 of file mnote-fuji-tag.c.
Referenced by mnote_fuji_tag_get_name().
const { ... } table[] |
Referenced by mnote_fuji_tag_get_description(), mnote_fuji_tag_get_name(), and mnote_fuji_tag_get_title().
MnoteFujiTag tag |
Definition at line 30 of file mnote-fuji-tag.c.
Referenced by mnote_fuji_tag_get_description(), mnote_fuji_tag_get_name(), and mnote_fuji_tag_get_title().
const char* title |
Definition at line 32 of file mnote-fuji-tag.c.
Referenced by mnote_fuji_tag_get_title().