Class

PurpleAccountManagerSeagullBackend

unstable since: 3.0

Description [src]

final class Purple.AccountManagerSeagullBackend : Purple.AccountManagerBackend
  implements Gio.Initable {
  /* No available fields */
}

A PurpleAccountManagerBackend that uses Seagull to store accounts in a SQLite database.

Available since: 3.0

Implements

Constructors

purple_account_manager_seagull_backend_new

Attempts to create a new Seagull backend.

unstable since: 3.0

Functions

purple_account_manager_seagull_backend_error_quark

The error domain to identify errors from PurpleAccountManagerSeagullBackend.

unstable since: 3.0

Instance methods

purple_account_manager_seagull_backend_get_filename

Gets the filename of the database being used.

unstable since: 3.0

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.

Methods inherited from GInitable (1)
g_initable_init

Initializes the object implementing the interface.

Properties

Purple.AccountManagerSeagullBackend:filename

The filename that the backend should save its contents to.

unstable since: 3.0

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 PurpleAccountManagerSeagullBackendClass {
  PurpleAccountManagerBackendClass parent_class;
  
}

No description available.

Class members
parent_class: PurpleAccountManagerBackendClass

No description available.