Method
PurpleConversationget_global_id
unstable since: 3.0
[−]
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
Gets property | Purple.Conversation:global-id |
[−]
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. |