section-note
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.
int id;
id
note identifier (per-photo)
char *author;
author
author (may be NULL)
char *authorname;
authorname
author real name (may be NULL)
unsigned int x;
x
The left coordinate of the note
unsigned int y;
y
The top coordinate of the note
unsigned int w;
w
The width of the note
unsigned int h;
h
The height of the note
char *text;
text
The description of the note