Flickcurl Flickr API Manual | ||||
---|---|---|---|---|
Top | Description |
typedef struct { int id; char* author; char* authorname; unsigned int x; unsigned int y; unsigned int w; unsigned int h; char* text; } flickcurl_note;
A note attached to a rectangular area on a photo.
A Photo Note.
note identifier (per-photo) | |
author (may be NULL) | |
author real name (may be NULL) | |
The left coordinate of the note | |
The top coordinate of the note | |
The width of the note | |
The height of the note | |
The description of the note |