editfriendgroups

Name

editfriendgroups -- 

Synopsis



typedef     LJEditFriendGroups;
LJEditFriendGroups* lj_editfriendgroups_new (LJUser *user);
void        lj_editfriendgroups_add_delete  (LJEditFriendGroups *ef,
                                             int id);
void        lj_editfriendgroups_add_friend  (LJEditFriendGroups *ef,
                                             const char *username,
                                             const char *fg,
                                             const char *bg);
void        lj_editfriendgroups_add_groupmask
                                            (LJEditFriendGroups *ef,
                                             const char *username,
                                             guint32 groupmask);
void        lj_editfriendgroups_add_edit    (LJEditFriendGroups *efg,
                                             int id,
                                             const char *name,
                                             gboolean ispublic);
void        lj_editfriendgroups_free        (LJEditFriendGroups *editfriendgroups);

Description

Details

LJEditFriendGroups

typedef struct {
	LJVerb verb;
	int addcount;
	LJFriend *added;
} LJEditFriendGroups;


lj_editfriendgroups_new ()

LJEditFriendGroups* lj_editfriendgroups_new (LJUser *user);

user :

Returns :


lj_editfriendgroups_add_delete ()

void        lj_editfriendgroups_add_delete  (LJEditFriendGroups *ef,
                                             int id);

ef :

id :


lj_editfriendgroups_add_friend ()

void        lj_editfriendgroups_add_friend  (LJEditFriendGroups *ef,
                                             const char *username,
                                             const char *fg,
                                             const char *bg);

ef :

username :

fg :

bg :


lj_editfriendgroups_add_groupmask ()

void        lj_editfriendgroups_add_groupmask
                                            (LJEditFriendGroups *ef,
                                             const char *username,
                                             guint32 groupmask);

ef :

username :

groupmask :


lj_editfriendgroups_add_edit ()

void        lj_editfriendgroups_add_edit    (LJEditFriendGroups *efg,
                                             int id,
                                             const char *name,
                                             gboolean ispublic);

efg :

id :

name :

ispublic :


lj_editfriendgroups_free ()

void        lj_editfriendgroups_free        (LJEditFriendGroups *editfriendgroups);

editfriendgroups :