Function

Purpleblist_request_add_chat

Declaration [src]

void
purple_blist_request_add_chat (
  PurpleAccount* account,
  PurpleGroup* group,
  const char* alias,
  const char* name
)

Description [src]

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

Parameters

account

Type: PurpleAccount

The account the buddy is added to.

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

Type: PurpleGroup

The optional group to add the chat to.

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

Type: const char*

The optional alias for the chat.

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

Type: const char*

The required chat name.

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