Function
Purpleblist_add_contact
Declaration [src]
void
purple_blist_add_contact (
PurpleMetaContact* contact,
PurpleGroup* group,
PurpleBlistNode* node
)
Description [src]
Adds a new contact to the buddy list.
The new contact will be inserted after insert or prepended to the list if node is NULL.
Parameters
contact |
PurpleMetaContact |
The contact. |
|
The data is owned by the caller of the function. | |
group |
PurpleGroup |
The group to add the contact to. |
|
The data is owned by the caller of the function. | |
node |
PurpleBlistNode |
The insertion point. |
|
The data is owned by the caller of the function. |