Method
PurpleAccountadd_buddy
Declaration [src]
void
purple_account_add_buddy (
PurpleAccount* account,
PurpleBuddy* buddy,
const char* message
)
Parameters
buddy
-
Type:
PurpleBuddy
The buddy 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.