Method

PurpleAccountget_error

unstable since: 3.0

Declaration [src]

GError*
purple_account_get_error (
  PurpleAccount* account
)

Description [src]

Get the error from account.

This will be set to the error that caused the account to be disconnected, or NULL if the account was disconnected without an error or is currently connected.

Available since: 3.0

Gets propertyPurple.Account:error

Return value

Type: GError

The error or NULL if there is no current error.

The returned data is owned by the instance.