Virtual Method

PurpleProtocolConversationset_description_async

unstable since: 3.0

Declaration [src]

void
set_description_async (
  PurpleProtocolConversation* protocol,
  PurpleConversation* conversation,
  const char* description,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer data
)

Description [src]

Sets the description of a conversation.

Available since: 3.0

Parameters

conversation

Type: PurpleConversation

The conversation instance.

The data is owned by the caller of the method.
description

Type: const char*

The new description.

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

Type: GCancellable

Optional GCancellable object.

The argument can be NULL.
The data is owned by the caller of the method.
callback

Type: GAsyncReadyCallback

Callback to call after the description has been set.

data

Type: gpointer

Optional user data to pass to callback.

The argument can be NULL.
The data is owned by the caller of the method.