section-comment
void flickcurl_free_comment (flickcurl_comment *comment_object);
flickcurl_comment *comment_object
Destructor for comment object
comment_object
comment object
void flickcurl_free_comments (flickcurl_comment **comments_object);
flickcurl_comment **comments_object
Destructor for array of comment object
comments_object
comment object array
typedef struct { char* id; char* author; char* authorname; int datecreate; char* permalink; char* text; } flickcurl_comment;
A photo comment.
char *id;
id
comment ID
char *author;
author
author ID
char *authorname;
authorname
author name
int datecreate;
datecreate
date of creation
char *permalink;
permalink
permanent link of comment
char *text;
text
comment text