#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <config.h>
#include <libexif/i18n.h>
#include "mnote-fuji-entry.h"
Go to the source code of this file.
Defines | |
#define | CF(format, target, v, maxlen) |
#define | CC(number, target, v, maxlen) |
Functions | |
char * | mnote_fuji_entry_get_value (MnoteFujiEntry *entry, char *val, unsigned int maxlen) |
Variables | |
struct { | |
ExifTag tag | |
struct { | |
int index | |
const char * string | |
} elem [22] | |
} | items [] |
#define CC | ( | number, | |||
target, | |||||
v, | |||||
maxlen | ) |
Value:
{ \ if (number != target) { \ snprintf (v, maxlen, \ _("Invalid number of components (%i, " \ "expected %i)."), (int) number, (int) target); \ break; \ } \ }
Definition at line 43 of file mnote-fuji-entry.c.
#define CF | ( | format, | |||
target, | |||||
v, | |||||
maxlen | ) |
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 31 of file mnote-fuji-entry.c.
char* mnote_fuji_entry_get_value | ( | MnoteFujiEntry * | entry, | |
char * | val, | |||
unsigned int | maxlen | |||
) |
struct { ... } elem[22] |
int index |
Definition at line 56 of file mnote-fuji-entry.c.
struct { ... } items[] [static] |
Referenced by mnote_fuji_entry_get_value(), mnote_olympus_entry_get_value(), and mnote_pentax_entry_get_value().
const char* string |
Definition at line 57 of file mnote-fuji-entry.c.
Definition at line 54 of file mnote-fuji-entry.c.