Method

PurpleAccountdisconnect_with_new_error

Declaration [src]

void
purple_account_disconnect_with_new_error (
  PurpleAccount* account,
  GQuark domain,
  gint code,
  const char* format,
  ...
)

Description [src]

Disconnects an account and sets the error to the newly created error.

This method is not directly available to language bindings.

Parameters

domain

Type: GQuark

An error domain.

code

Type: gint

An error code.

format

Type: const char*

A format string for the message.

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

Type: 

The parameters for the format string.