Method

PurpleConversationget_id

unstable since: 3.0

Declaration [src]

const char*
purple_conversation_get_id (
  PurpleConversation* conversation
)

Description [src]

Gets the opaque identifier from conversation.

This value is specific to the protocol and could conflict with the same conversation on other accounts. To get a libpurple unique id see purple_conversation_get_global_id().

Available since: 3.0

Gets propertyPurple.Conversation:id

Return value

Type: const char*

The id of conversation.

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