Method

PurpleAccountdisconnect_with_error

unstable since: 3.0

Declaration [src]

void
purple_account_disconnect_with_error (
  PurpleAccount* account,
  GError* error
)

Description [src]

Disconnects account and sets PurpleAccount:error to error.

Available since: 3.0

Parameters

error

Type: GError

The GError.

The instance takes ownership of the data, and is responsible for freeing it.