Method

PurpleConversationset_error

unstable since: 3.0

Declaration [src]

void
purple_conversation_set_error (
  PurpleConversation* conversation,
  GError* error
)

Description [src]

Sets the error of conversation to error.

Available since: 3.0

Parameters

error

Type: GError

The new error.

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