|
EXIF library (libexif) Internals 0.6.26
|
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 99 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 74 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 84 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 35 of file mnote-fuji-tag.c.
Referenced by mnote_fuji_tag_get_description().
| const char* name | ( | void | ) |
Definition at line 33 of file mnote-fuji-tag.c.
Referenced by mnote_fuji_tag_get_name().
| const struct { ... } table[] |
Referenced by mnote_fuji_tag_get_description(), mnote_fuji_tag_get_name(), and mnote_fuji_tag_get_title().
| MnoteFujiTag tag |
Definition at line 32 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 34 of file mnote-fuji-tag.c.
Referenced by mnote_fuji_tag_get_title().