| Top |
| const char * | flickcurl_get_context_type_field_label () |
| void | flickcurl_free_context () |
| void | flickcurl_free_contexts () |
const char *
flickcurl_get_context_type_field_label
(flickcurl_context_type type);
Get label for context type
void
flickcurl_free_context (flickcurl_context *context);
Destructor for context object
void
flickcurl_free_contexts (flickcurl_context **contexts);
Destructor for array of context object
typedef struct {
flickcurl_context_type type;
char* id;
char* secret; /* may be NULL */
int server; /* may be 0 */
int farm; /* may be 0 */
char* title; /* may be NULL */
char* url; /* may be NULL */
char* thumb; /* may be NULL */
} flickcurl_context;
Photo use context.