Function
Purpleblist_add_group
Declaration [src]
void
purple_blist_add_group (
PurpleGroup* group,
PurpleBlistNode* node
)
Description [src]
Adds a new group to the buddy list.
The new group will be inserted after insert or prepended to the list if node is NULL.
Parameters
group
-
Type:
PurpleGroup
The group.
The data is owned by the caller of the function. node
-
Type:
PurpleBlistNode
The insertion point.
The data is owned by the caller of the function.