#include <config.h>#include "mnote-olympus-entry.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <libexif/exif-format.h>#include <libexif/exif-utils.h>#include <libexif/exif-entry.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) |
Functions | |
| char * | mnote_olympus_entry_get_value (MnoteOlympusEntry *entry, char *v, 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 | |
| } | items [] |
|
|
Value: { \
if (number != target) { \
snprintf (v, maxlen, \
_("Invalid number of components (%i, " \
"expected %i)."), (int) number, (int) target); \
break; \
} \
}
Definition at line 45 of file mnote-olympus-entry.c. |
|
|
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 55 of file mnote-olympus-entry.c. |
|
|
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 33 of file mnote-olympus-entry.c. |
|
||||||||||||||||
|
|
|
|
|
Definition at line 68 of file mnote-olympus-entry.c. |
|
|
Definition at line 70 of file mnote-olympus-entry.c. |
|
|
Referenced by mnote_olympus_entry_get_value(), and mnote_pentax_entry_get_value(). |
|
|
Definition at line 71 of file mnote-olympus-entry.c. Referenced by mnote_olympus_entry_get_value(), and mnote_pentax_entry_get_value(). |
|
|
Definition at line 67 of file mnote-olympus-entry.c. |
1.4.4