| liblivejournal Reference Manual |
|---|
typedef LJCheckFriends; LJCheckFriends* lj_checkfriends_new (LJUser *user, const char *lastupdate); void lj_checkfriends_set_mask (LJCheckFriends *cf, guint32 mask); void lj_checkfriends_free (LJCheckFriends *checkfriends);
typedef struct {
LJVerb verb;
char *lastupdate;
int interval;
int newposts;
} LJCheckFriends;LJCheckFriends* lj_checkfriends_new (LJUser *user, const char *lastupdate);
| user : | |
| lastupdate : | |
| Returns : |
|
void lj_checkfriends_set_mask (LJCheckFriends *cf, guint32 mask);
| cf : | |
| mask : |
|
| <<< liblivejournal Protocol Modes Reference | consolecommand >>> |