Method

PurpleConversationget_id

since: 3.0

Declaration [src]

const char*
purple_conversation_get_id (
  PurpleConversation* conversation
)

Description [src]

Gets the opaque identifier from conversation.

Available since: 3.0

Gets propertyPurple.Conversation:id

Return value

Type: const char*

The id of conversation.

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