Method
PurpleAccountset_error
unstable since: 3.0
Declaration [src]
void
purple_account_set_error (
PurpleAccount* account,
GError* error
)
Description [src]
Sets the error of account to error.
Note that setting this won’t disconnect the account. This is intended to be called by libpurple when there is a connection failure, when invalid settings are entered in an account editor, or similar situations.
See also purple_account_disconnect_with_error().
Available since: 3.0
| Sets property | Purple.Account:error |
Parameters
error-
Type:
GErrorThe new
GError.The argument can be NULL.The instance takes ownership of the data, and is responsible for freeing it.