Function

Purpleblist_request_add_buddy

since: 2.0

Declaration [src]

void
purple_blist_request_add_buddy (
  PurpleAccount* account,
  const char* username,
  const char* group,
  const char* alias
)

Description [src]

Requests from the user information needed to add a buddy to the buddy list.

Available since: 2.0

Parameters

account

Type: PurpleAccount

The account the buddy is added to.

The data is owned by the caller of the function.
username

Type: const char*

The username of the buddy.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
group

Type: const char*

The name of the group to place the buddy in.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
alias

Type: const char*

The optional alias for the buddy.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.