Virtual Method

PurpleBuddyListrequest_add_buddy

Declaration [src]

void
request_add_buddy (
  PurpleBuddyList* list,
  PurpleAccount* account,
  const char* username,
  const char* group,
  const char* alias
)

Description

No description available.

Parameters

account

Type: PurpleAccount

No description available.

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

Type: const char*

No description available.

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

Type: const char*

No description available.

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

Type: const char*

No description available.

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