 |  |  | liblivejournal Reference Manual |  |
---|
types
Details
NID_CONTENT
#define NID_CONTENT int id; char *name; /* yay for no inheritance in C. */
lj_timegm ()
time_t lj_timegm (struct tm *tm);
lj_ljdate_to_tm ()
gboolean lj_ljdate_to_tm (const char *ljtime,
struct tm *ptm);
lj_tm_to_ljdate ()
char* lj_tm_to_ljdate (struct tm *ptm);
lj_tm_to_ljdate_noseconds ()
char* lj_tm_to_ljdate_noseconds (struct tm *ptm);
lj_color_to_int ()
guint32 lj_color_to_int (const char *color);
lj_int_to_color ()
void lj_int_to_color (guint32 l,
char *color);
LJChallenge
typedef char* LJChallenge;
lj_challenge_new()
#define lj_challenge_new(s) g_strdup(s)
lj_challenge_free()
#define lj_challenge_free(x) g_free(x)