Enums

Details

class Accounts.AccountsError(value)

Bases: GLib.Enum

These identify the various errors that can occur with methods in libaccounts-glib that return a GLib.Error.

DB = 0

there was an error accessing the accounts database

DISPOSED = 1

the account was in the process of being disposed

DELETED = 2

the account was in the process of being deleted

DB_LOCKED = 3

the database was locked

ACCOUNT_NOT_FOUND = 4

the requested account was not found

STORE_IN_PROGRESS = 5

an asynchronous store operation is already in progress.

New in version 1.4.

READONLY = 6

the accounts DB is in read-only mode.

New in version 1.4.

class Accounts.Error(value)

Bases: GLib.Enum

DB = 0
DISPOSED = 1
DELETED = 2
DB_LOCKED = 3
ACCOUNT_NOT_FOUND = 4
class Accounts.SettingSource(value)

Bases: GLib.Enum

The source of a setting on a Accounts.Account.

NONE = 0

the setting is not present

ACCOUNT = 1

the setting comes from the current account configuration

PROFILE = 2

the setting comes from the predefined profile