section-exif
void flickcurl_free_exif (flickcurl_exif *exif);
flickcurl_exif *exif
Destructor for exif object
exif
exif object
void flickcurl_free_exifs (flickcurl_exif **exifs_object);
flickcurl_exif **exifs_object
Destructor for array of exif objects
exifs_object
array of exif objects
typedef struct { char* tagspace; int tagspaceid; int tag; char* label; char* raw; char* clean; } flickcurl_exif;
An EXIF tag.
char *tagspace;
tagspace
Tagspace name
int tagspaceid;
tagspaceid
ID of tagspace
int tag;
tag
tag ID
char *label;
label
tag label
char *raw;
raw
raw tag name
char *clean;
clean
pretty-formatted tag name