Method
PurpleConversationget_id
unstable since: 3.0
[−]
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 property | Purple.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. |