#include <config.h>
#include "mnote-olympus-tag.h"
#include <libexif/i18n.h>
#include <libexif/exif-utils.h>
#include <stdlib.h>
Include dependency graph for mnote-olympus-tag.c:
Go to the source code of this file.
Functions | |
const char * | mnote_olympus_tag_get_name (MnoteOlympusTag t) |
const char * | mnote_olympus_tag_get_title (MnoteOlympusTag t) |
const char * | mnote_olympus_tag_get_description (MnoteOlympusTag t) |
Variables | |
struct { | |
MnoteOlympusTag tag | |
const char * name | |
const char * title | |
const char * description | |
} | table [] |
const char* mnote_olympus_tag_get_description | ( | MnoteOlympusTag | t | ) |
Definition at line 147 of file mnote-olympus-tag.c.
References _, bindtextdomain, description, table, and tag.
const char* mnote_olympus_tag_get_name | ( | MnoteOlympusTag | t | ) |
Definition at line 126 of file mnote-olympus-tag.c.
References name, table, and tag.
Referenced by exif_mnote_data_olympus_get_name(), exif_mnote_data_olympus_get_value(), and exif_mnote_data_olympus_load().
const char* mnote_olympus_tag_get_title | ( | MnoteOlympusTag | t | ) |
Definition at line 136 of file mnote-olympus-tag.c.
References _, bindtextdomain, table, tag, and title.
Referenced by exif_mnote_data_olympus_get_description(), and exif_mnote_data_olympus_get_title().
const char* description |
Definition at line 33 of file mnote-olympus-tag.c.
const char* name |
Definition at line 31 of file mnote-olympus-tag.c.
struct { ... } table[] [static] |
Definition at line 30 of file mnote-olympus-tag.c.
const char* title |
Definition at line 32 of file mnote-olympus-tag.c.