Method

ChattyPpAccountadd_buddy

Declaration [src]

ChattyPpBuddy*
chatty_pp_account_add_buddy (
  ChattyPpAccount* self,
  const char* username,
  const char* name
)

Description

No description available.

This method is not directly available to language bindings.

Parameters

username

Type: const char*

No description available.

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

Type: const char*

No description available.

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

Return value

Type: ChattyPpBuddy

No description available.

The returned data is owned by the instance.