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