Method

PurpleConversationget_name

since: 2.0

Declaration [src]

const char*
purple_conversation_get_name (
  PurpleConversation* conversation
)

Description [src]

Returns the specified conversation’s name.

Available since: 2.0

Return value

Type: const char*

The conversation’s name. If the conversation is an IM with a PurpleBuddy, then it’s the name of the PurpleBuddy.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.