Method

PurpleAccountdisconnect

since: 2.0

Declaration [src]

void
purple_account_disconnect (
  PurpleAccount* account,
  const char* message
)

Description [src]

Disconnects an account.

Available since: 2.0

Parameters

message

Type: const char*

An optional message.

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