Ag
Description:
Content:
Classes:
- Account - Opaque structure.
- AccountService - Opaque structure.
- AccountSettingIter - Iterator for account settings.
- AccountWatch - An opaque struct returned from watch_dir and watch_key.
- Application - Opaque structure.
- AuthData - Opaque structure.
- Manager - Opaque structure.
- Provider - Opaque structure.
- Service - Opaque structure.
- ServiceType - Opaque structure.
Structs:
- AccountId - ID of an account.
Enums:
- SettingSource - The source of a setting on a Account.
Error domains:
- AccountsError - These identify the various errors that can occur with methods in libaccounts-glib that return a Error.
Delegates:
- public delegate void AccountNotifyCb (Account account, string key)
This callback is invoked when the value of an account configuration setting changes.
- public delegate void AccountServiceNotifyCb (AccountService self, string key)
- public delegate void AccountStoreCb (Account account, Error error)
This callback is invoked when storing the account settings is completed.
Functions:
- public Quark errors_quark ()