|
EXIF library (libexif) Internals 0.6.26
|
#include <config.h>#include "mnote-olympus-tag.h"#include <libexif/i18n.h>#include <libexif/exif-utils.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| const char * | mnote_olympus_tag_get_name (MnoteOlympusTag t) |
| Return a textual name of the given tag within the Olympus-style MakerNote. | |
| const char * | mnote_olympus_tag_get_title (MnoteOlympusTag t) |
| Return a textual title of the given tag within the Olympus-style MakerNote. | |
| const char * | mnote_olympus_tag_get_description (MnoteOlympusTag t) |
| Return a verbose textual description of the given tag within the Olympus-style MakerNote. | |
Variables | ||
| struct { | ||
| MnoteOlympusTag tag | ||
| const char * name | ||
| const char * title | ||
| const char * description | ||
| } | table [] | |
| const char * mnote_olympus_tag_get_description | ( | MnoteOlympusTag | tag | ) |
Return a verbose textual description of the given tag within the Olympus-style MakerNote.
The description is a verbose, localized description of the tag.
| [in] | tag | EXIF tag |
Definition at line 256 of file mnote-olympus-tag.c.
References _, bindtextdomain, description, table, and tag.
Referenced by exif_mnote_data_olympus_get_description().
| const char * mnote_olympus_tag_get_name | ( | MnoteOlympusTag | tag | ) |
Return a textual name of the given tag within the Olympus-style MakerNote.
The name is a short, unique, non-localized text string containing only US-ASCII alphanumeric characters.
| [in] | tag | Olympus-style MakerNote tag |
Definition at line 231 of file mnote-olympus-tag.c.
References name, table, and tag.
Referenced by exif_mnote_data_olympus_get_name(), and exif_mnote_data_olympus_load().
| const char * mnote_olympus_tag_get_title | ( | MnoteOlympusTag | tag | ) |
Return a textual title of the given tag within the Olympus-style MakerNote.
The title is a short, localized description of the tag.
| [in] | tag | Olympus-style MakerNote tag |
Definition at line 241 of file mnote-olympus-tag.c.
References _, bindtextdomain, table, tag, and title.
Referenced by exif_mnote_data_olympus_get_title().
| const char* description |
Definition at line 35 of file mnote-olympus-tag.c.
Referenced by mnote_olympus_tag_get_description().
| const char* name | ( | void | ) |
Definition at line 33 of file mnote-olympus-tag.c.
Referenced by mnote_olympus_tag_get_name().
| const struct { ... } table[] |
Referenced by mnote_olympus_tag_get_description(), mnote_olympus_tag_get_name(), and mnote_olympus_tag_get_title().
| MnoteOlympusTag tag |
Definition at line 32 of file mnote-olympus-tag.c.
Referenced by mnote_olympus_tag_get_description(), mnote_olympus_tag_get_name(), and mnote_olympus_tag_get_title().
| const char* title |
Definition at line 34 of file mnote-olympus-tag.c.
Referenced by mnote_olympus_tag_get_title().