#include <libexif/exif-data.h>
Go to the source code of this file.
Typedefs | |
typedef enum _MnoteCanonTag | MnoteCanonTag |
Enumerations | |
enum | _MnoteCanonTag { MNOTE_CANON_TAG_UNKNOWN_0 = 0x0, MNOTE_CANON_TAG_SETTINGS_1 = 0x1, MNOTE_CANON_TAG_FOCAL_LENGTH = 0x2, MNOTE_CANON_TAG_UNKNOWN_3 = 0x3, MNOTE_CANON_TAG_SETTINGS_2 = 0x4, MNOTE_CANON_TAG_PANORAMA = 0x5, MNOTE_CANON_TAG_IMAGE_TYPE = 0x6, MNOTE_CANON_TAG_FIRMWARE = 0x7, MNOTE_CANON_TAG_IMAGE_NUMBER = 0x8, MNOTE_CANON_TAG_OWNER = 0x9, MNOTE_CANON_TAG_UNKNOWN_10 = 0xa, MNOTE_CANON_TAG_SERIAL_NUMBER = 0xc, MNOTE_CANON_TAG_UNKNOWN_13 = 0xd, MNOTE_CANON_TAG_CUSTOM_FUNCS = 0xf, MNOTE_CANON_TAG_COLOR_INFORMATION = 0xa0 } |
Functions | |
const char * | mnote_canon_tag_get_name (MnoteCanonTag) |
const char * | mnote_canon_tag_get_name_sub (MnoteCanonTag, unsigned int, ExifDataOption) |
const char * | mnote_canon_tag_get_title (MnoteCanonTag) |
const char * | mnote_canon_tag_get_title_sub (MnoteCanonTag, unsigned int, ExifDataOption) |
const char * | mnote_canon_tag_get_description (MnoteCanonTag) |
typedef enum _MnoteCanonTag MnoteCanonTag |
Definition at line 47 of file mnote-canon-tag.h.
enum _MnoteCanonTag |
Definition at line 30 of file mnote-canon-tag.h.
const char* mnote_canon_tag_get_description | ( | MnoteCanonTag | ) |
Definition at line 189 of file mnote-canon-tag.c.
References _, bindtextdomain, description, table, and tag.
const char* mnote_canon_tag_get_name | ( | MnoteCanonTag | ) |
const char* mnote_canon_tag_get_name_sub | ( | MnoteCanonTag | , | |
unsigned | int, | |||
ExifDataOption | ||||
) |
Definition at line 140 of file mnote-canon-tag.c.
References EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS, mnote_canon_tag_get_name(), subtag, table_sub, and tag.
const char* mnote_canon_tag_get_title | ( | MnoteCanonTag | ) |
Definition at line 159 of file mnote-canon-tag.c.
References _, bindtextdomain, table, tag, and title.
const char* mnote_canon_tag_get_title_sub | ( | MnoteCanonTag | , | |
unsigned | int, | |||
ExifDataOption | ||||
) |
Definition at line 170 of file mnote-canon-tag.c.
References _, EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS, mnote_canon_tag_get_title(), name, subtag, table_sub, and tag.