 |  |  | liblivejournal Reference Manual |  |
---|
editfriendgroups
Details
LJEditFriendGroups
typedef struct {
LJVerb verb;
int addcount;
LJFriend *added;
} LJEditFriendGroups;
lj_editfriendgroups_add_delete ()
void lj_editfriendgroups_add_delete (LJEditFriendGroups *ef,
int id);
lj_editfriendgroups_add_friend ()
void lj_editfriendgroups_add_friend (LJEditFriendGroups *ef,
const char *username,
const char *fg,
const char *bg);
lj_editfriendgroups_add_groupmask ()
void lj_editfriendgroups_add_groupmask
(LJEditFriendGroups *ef,
const char *username,
guint32 groupmask);
lj_editfriendgroups_add_edit ()
void lj_editfriendgroups_add_edit (LJEditFriendGroups *efg,
int id,
const char *name,
gboolean ispublic);
lj_editfriendgroups_free ()
void lj_editfriendgroups_free (LJEditFriendGroups *editfriendgroups);