Method

ChattyPpChatget_buddy_name

Declaration [src]

char*
chatty_pp_chat_get_buddy_name (
  ChattyPpChat* chat,
  const char* who
)

Description [src]

Get Full buddy username for who. You may get alice@example.com/wonderland when who is alice.

Parameters

who

Type: const char*

The name of buddy.

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

Return value

Type: char*

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.