Method

PurpleConversationget_global_id

unstable since: 3.0

Declaration [src]

char*
purple_conversation_get_global_id (
  PurpleConversation* conversation
)

Description [src]

Gets a globally unique id for conversation.

This id ties the PurpleConversation:id to the PurpleAccount that the conversation is for.

Available since: 3.0

Return value

Type: char*

A globally unique id of conversation.

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.