Property
PurpleAccountManager:online
unstable since: 3.0
Description [src]
Controls whether or not accounts that the manager knows about should be online or offline.
While this is set to TRUE
, any account added via
purple_account_manager_add()
that has PurpleAccount:enabled
set to
TRUE
, will automatically have purple_account_connect()
called on it.
When this property changes, all accounts that the manager knows about
with PurpleAccount:enabled
set to TRUE
will have
purple_account_connect()
or purple_account_disconnect()
called on them
to keep their state synchronized.
Type:gboolean
Available since: 3.0
Default value | FALSE |
Getter method | purple_account_manager_get_online() |
Setter method | purple_account_manager_set_online() |