Functions¶
|
|
|
|
|
|
|
Details¶
- Accounts.accounts_error_quark()¶
- Returns:
the libaccounts-glib error domain.
- Return type:
Return the libaccounts-glib error domain.
- Accounts.errors_quark()¶
- Returns:
the libaccounts-glib error domain.
- Return type:
Return the libaccounts-glib error domain.
- Accounts.provider_list_free(list)¶
- Parameters:
list ([
Accounts.Provider
]) – aGLib.List
of providers returned by some function of this library.
Frees the list list.
- Accounts.service_list_free(list)¶
- Parameters:
list ([
Accounts.Service
]) – aGLib.List
of services returned by some function of this library.
Frees the list list.
- Accounts.service_type_list_free(list)¶
- Parameters:
list ([
Accounts.ServiceType
]) – aGLib.List
of service types returned by some function of this library, such asAccounts.Manager.list_service_types
().
Frees the list list.