Method

PurpleConversationset_url

unstable since: 3.0

Declaration [src]

void
purple_conversation_set_url (
  PurpleConversation* conversation,
  const char* url
)

Description [src]

Sets the URL for the conversation.

Available since: 3.0

Parameters

url

Type: const char*

The new URL.

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