|
EXIF library (libexif) Internals 0.6.26
|
Go to the source code of this file.
Functions | |
| const char * | mnote_pentax_tag_get_name (MnotePentaxTag t) |
| const char * | mnote_pentax_tag_get_title (MnotePentaxTag t) |
| const char * | mnote_pentax_tag_get_description (MnotePentaxTag t) |
Variables | ||
| struct { | ||
| MnotePentaxTag tag | ||
| const char * name | ||
| const char * title | ||
| const char * description | ||
| } | table [] | |
| const char * mnote_pentax_tag_get_description | ( | MnotePentaxTag | t | ) |
Definition at line 169 of file mnote-pentax-tag.c.
References _, bindtextdomain, description, table, and tag.
Referenced by exif_mnote_data_pentax_get_description().
| const char * mnote_pentax_tag_get_name | ( | MnotePentaxTag | t | ) |
Definition at line 144 of file mnote-pentax-tag.c.
References name, table, and tag.
Referenced by exif_mnote_data_pentax_get_name(), and exif_mnote_data_pentax_load().
| const char * mnote_pentax_tag_get_title | ( | MnotePentaxTag | t | ) |
Definition at line 154 of file mnote-pentax-tag.c.
References _, bindtextdomain, table, tag, and title.
Referenced by exif_mnote_data_pentax_get_title().
| const char* description |
Definition at line 34 of file mnote-pentax-tag.c.
Referenced by mnote_pentax_tag_get_description().
| const char* name | ( | void | ) |
Definition at line 32 of file mnote-pentax-tag.c.
Referenced by mnote_pentax_tag_get_name().
| const struct { ... } table[] |
Referenced by mnote_pentax_tag_get_description(), mnote_pentax_tag_get_name(), and mnote_pentax_tag_get_title().
| MnotePentaxTag tag |
Definition at line 31 of file mnote-pentax-tag.c.
Referenced by mnote_pentax_tag_get_description(), mnote_pentax_tag_get_name(), and mnote_pentax_tag_get_title().
| const char* title |
Definition at line 33 of file mnote-pentax-tag.c.
Referenced by mnote_pentax_tag_get_title().