libaccounts-glib Reference Manual
Packages
libaccounts-glib
Ag
libaccounts-glib
Description:
Content:
Namespaces:
Ag
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:
Error
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
.
Constants:
public
const
string
MANAGER_INTERFACE
public
const
string
MANAGER_OBJECT_PATH
public
const
string
MANAGER_SERVICE_NAME
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
AccountStoreCb
(
Account
account,
Error
error)
This callback is invoked when storing the account settings is completed.
Methods:
public
Quark
errors_quark
()
Return the libaccounts-glib error domain.
public
void
provider_list_free
(
List
<
Provider
> list)
Frees the list
list
.
public
void
service_list_free
(
List
<
Service
> list)
Frees the list
list
.
public
void
service_type_list_free
(
List
<
ServiceType
> list)
Frees the list
list
.