#include "config.h"#include "mnote-canon-entry.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <libexif/exif-format.h>#include <libexif/exif-utils.h>#include <libexif/i18n.h>Go to the source code of this file.
Defines | |
| #define | CF(format, target, v, maxlen) |
| #define | CC(number, target, v, maxlen) |
| #define | CC2(number, t1, t2, v, maxlen) |
| #define | UNDEFINED 0xFF |
Functions | |
| unsigned int | mnote_canon_entry_count_values (const MnoteCanonEntry *entry) |
| char * | mnote_canon_entry_get_value (const MnoteCanonEntry *entry, unsigned int t, char *val, unsigned int maxlen) |
Variables | |
| struct { | |
| unsigned int subtag | |
| ExifShort value | |
| char * name | |
| MnoteCanonTag tag | |
| const char * name | |
| const char * title | |
| const char * description | |
| ExifDataOption option | |
| const char * name | |
| const char * description | |
| ExifTag tag | |
| const char * strings [10] | |
| ExifFormat format | |
| const char * name | |
| unsigned char size | |
| ExifIfd ifd | |
| const char * name | |
| ExifLogCode code | |
| const char * title | |
| const char * message | |
| const char * name | |
| const char * title | |
| const char * description | |
| ExifSupportLevel esl [EXIF_IFD_COUNT][4] | |
| ExifFormat fmt | |
| struct { | |
| int index | |
| const char * string | |
| const char * string | |
| } elem [10] | |
| MnoteOlympusTag tag | |
| const char * name | |
| const char * title | |
| const char * description | |
| struct { | |
| int index | |
| const char * string | |
| const char * string | |
| } elem [7] | |
| MnotePentaxTag tag | |
| const char * name | |
| const char * title | |
| const char * description | |
| } | entries |
|
|
Value: { \
if (number != target) { \
snprintf (v, maxlen, \
_("Invalid number of components (%i, " \
"expected %i)."), (int) number, (int) target); \
break; \
} \
}
Definition at line 47 of file mnote-canon-entry.c. Referenced by exif_entry_get_value(), mnote_canon_entry_get_value(), mnote_olympus_entry_get_value(), and mnote_pentax_entry_get_value(). |
|
|
Value: { \
if ((number != t1) && (number != t2)) { \
snprintf (v, maxlen, \
_("Invalid number of components (%i, " \
"expected %i or %i)."), (int) number, \
(int) t1, (int) t2); \
break; \
} \
}
Definition at line 56 of file mnote-canon-entry.c. Referenced by mnote_canon_entry_get_value(), and mnote_olympus_entry_get_value(). |
|
|
Value: { \
if (format != target) { \
snprintf (v, maxlen, \
_("Invalid format '%s', " \
"expected '%s'."), \
exif_format_get_name (format), \
exif_format_get_name (target)); \
break; \
} \
}
Definition at line 35 of file mnote-canon-entry.c. Referenced by exif_entry_get_value(), mnote_canon_entry_get_value(), mnote_olympus_entry_get_value(), and mnote_pentax_entry_get_value(). |
|
|
Definition at line 67 of file mnote-canon-entry.c. |
|
|
Definition at line 193 of file mnote-canon-entry.c. References _MnoteCanonEntry::data, EXIF_FORMAT_SHORT, exif_get_short(), _MnoteCanonEntry::format, MIN, MNOTE_CANON_TAG_CUSTOM_FUNCS, MNOTE_CANON_TAG_SETTINGS_1, MNOTE_CANON_TAG_SETTINGS_2, _MnoteCanonEntry::order, _MnoteCanonEntry::size, and _MnoteCanonEntry::tag. Referenced by exif_mnote_data_canon_count(), and exif_mnote_data_canon_get_tags(). |
|
||||||||||||||||||||
|
|
Referenced by mnote_canon_entry_get_value(). |
|
|
|
Definition at line 70 of file mnote-canon-entry.c. Referenced by mnote_canon_entry_get_value(), mnote_canon_tag_get_name_sub(), and mnote_canon_tag_get_title_sub(). |
|
|
Definition at line 71 of file mnote-canon-entry.c. Referenced by exif_data_get_type_maker_note(), exif_entry_dump(), and mnote_canon_entry_get_value(). |
1.4.4