#include <config.h>
#include "mnote-pentax-tag.h"
#include <stdlib.h>
#include <libexif/i18n.h>
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 163 of file mnote-pentax-tag.c.
Referenced by exif_mnote_data_pentax_get_description().
const char* mnote_pentax_tag_get_name | ( | MnotePentaxTag | t | ) |
Definition at line 142 of file mnote-pentax-tag.c.
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 152 of file mnote-pentax-tag.c.
Referenced by exif_mnote_data_pentax_get_title().
const char* description |
Definition at line 32 of file mnote-pentax-tag.c.
const char* name |
Definition at line 30 of file mnote-pentax-tag.c.
struct { ... } table[] [static] |
Definition at line 29 of file mnote-pentax-tag.c.
const char* title |
Definition at line 31 of file mnote-pentax-tag.c.