Method
PurpleAccountadd_buddies
Declaration [src]
void
purple_account_add_buddies (
PurpleAccount* account,
GList* buddies,
const char* message
)
Parameters
buddies
-
Type: A list of
None
The list of PurpleBlistNodes representing the buddies to add.
The data is owned by the caller of the function. message
-
Type:
const char*
The invite message. This may be ignored by a protocol.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.