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:
GQuarkAn error domain.
code-
Type:
gintAn 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.