#include <libexif/exif-format.h>
#include <libexif/exif-byte-order.h>
#include <libexif/canon/mnote-canon-tag.h>
Include dependency graph for mnote-canon-entry.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | _MnoteCanonEntry |
Typedefs | |
typedef _MnoteCanonEntry | MnoteCanonEntry |
Functions | |
unsigned int | mnote_canon_entry_count_values (const MnoteCanonEntry *) |
char * | mnote_canon_entry_get_value (const MnoteCanonEntry *, unsigned int t, char *val, unsigned int maxlen) |
typedef struct _MnoteCanonEntry MnoteCanonEntry |
Definition at line 28 of file mnote-canon-entry.h.
unsigned int mnote_canon_entry_count_values | ( | const MnoteCanonEntry * | ) |
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().
char* mnote_canon_entry_get_value | ( | const MnoteCanonEntry * | , | |
unsigned int | t, | |||
char * | val, | |||
unsigned int | maxlen | |||
) |
Definition at line 214 of file mnote-canon-entry.c.
References _, CC, CF, _MnoteCanonEntry::components, _MnoteCanonEntry::data, entries, EXIF_FORMAT_ASCII, EXIF_FORMAT_LONG, EXIF_FORMAT_SHORT, exif_get_long(), exif_get_short(), _MnoteCanonEntry::format, MIN, MNOTE_CANON_TAG_CUSTOM_FUNCS, MNOTE_CANON_TAG_FIRMWARE, MNOTE_CANON_TAG_IMAGE_NUMBER, MNOTE_CANON_TAG_IMAGE_TYPE, MNOTE_CANON_TAG_OWNER, MNOTE_CANON_TAG_SERIAL_NUMBER, MNOTE_CANON_TAG_SETTINGS_1, MNOTE_CANON_TAG_SETTINGS_2, name, _MnoteCanonEntry::order, _MnoteCanonEntry::size, subtag, _MnoteCanonEntry::tag, and value.
Referenced by exif_mnote_data_canon_get_value().