#include <config.h>
#include "mnote-pentax-entry.h"
#include <libexif/i18n.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>
Go to the source code of this file.
Defines | |
#define | CF(format, target, v, maxlen) |
#define | CC(number, target, v, maxlen) |
Functions | |
char * | mnote_pentax_entry_get_value (MnotePentaxEntry *entry, char *val, unsigned int maxlen) |
Variables | |
struct { | |
ExifTag tag | |
struct { | |
int index | |
const char * string | |
} elem [7] | |
} | items [] |
|
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-pentax-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 35 of file mnote-pentax-entry.c. |
|
|
|
|
Definition at line 60 of file mnote-pentax-entry.c. |
|
Referenced by mnote_pentax_entry_get_value(). |
|
Definition at line 61 of file mnote-pentax-entry.c. |
|
Definition at line 58 of file mnote-pentax-entry.c. |