Method

PurpleConversationset_sid

unstable since: 3.0

Declaration [src]

void
purple_conversation_set_sid (
  PurpleConversation* conversation,
  const char* sid
)

Description [src]

Sets the secondary id for the conversation.

Available since: 3.0

Parameters

sid

Type: const char*

The new secondary id.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.