Class

PurpleAccountManagerNoopBackend

unstable since: 3.0

Description [src]

final class Purple.AccountManagerNoopBackend : Purple.AccountManagerBackend
{
  /* No available fields */
}

A PurpleAccountManagerBackend that doesn’t actually do anything.

This is useful for unit tests or user interfaces that don’t want to store accounts.

Available since: 3.0

Constructors

purple_account_manager_noop_backend_new

Creates a new no operation account manager backend.

unstable since: 3.0

Instance methods

Methods inherited from PurpleAccountManagerBackend (6)
purple_account_manager_backend_delete_account_async

Deletes the given account from the backend.

unstable since: 3.0

purple_account_manager_backend_delete_account_finish

Finishes a previous call to purple_account_manager_backend_delete_account_async().

unstable since: 3.0

purple_account_manager_backend_load_accounts_async

Loads accounts from the backend.

unstable since: 3.0

purple_account_manager_backend_load_accounts_finish

Finishes a previous call to purple_account_manager_backend_load_accounts_async().

unstable since: 3.0

purple_account_manager_backend_save_account_async

Saves the given account to the backend.

unstable since: 3.0

purple_account_manager_backend_save_account_finish

Finishes a previous call to purple_account_manager_backend_save_account_async().

unstable since: 3.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct PurpleAccountManagerNoopBackendClass {
  PurpleAccountManagerBackendClass parent_class;
  
}

No description available.

Class members
parent_class: PurpleAccountManagerBackendClass

No description available.