checkfriends

Name

checkfriends -- 

Synopsis



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);

Description

Details

LJCheckFriends

typedef struct {
	LJVerb verb;
	char *lastupdate;
	int interval;
	int newposts;
} LJCheckFriends;


lj_checkfriends_new ()

LJCheckFriends* lj_checkfriends_new         (LJUser *user,
                                             const char *lastupdate);

user :

lastupdate :

Returns :


lj_checkfriends_set_mask ()

void        lj_checkfriends_set_mask        (LJCheckFriends *cf,
                                             guint32 mask);

cf :

mask :


lj_checkfriends_free ()

void        lj_checkfriends_free            (LJCheckFriends *checkfriends);

checkfriends :