Method

PurpleAccountadd_buddies

since: 2.0

Declaration [src]

void
purple_account_add_buddies (
  PurpleAccount* account,
  GList* buddies,
  const char* message
)

Description [src]

Adds a list of buddies to the server-side buddy list.

Available since: 2.0

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.