section-note

section-note

Types and Values

Description

Functions

Types and Values

flickcurl_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.

Members

int id;

note identifier (per-photo)

 

char *author;

author (may be NULL)

 

char *authorname;

author real name (may be NULL)

 

unsigned int x;

The left coordinate of the note

 

unsigned int y;

The top coordinate of the note

 

unsigned int w;

The width of the note

 

unsigned int h;

The height of the note

 

char *text;

The description of the note