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.Listof providers returned by some function of this library.
Frees the list list.
- Accounts.service_list_free(list)¶
- Parameters:
list ([
Accounts.Service]) – aGLib.Listof services returned by some function of this library.
Frees the list list.
- Accounts.service_type_list_free(list)¶
- Parameters:
list ([
Accounts.ServiceType]) – aGLib.Listof service types returned by some function of this library, such asAccounts.Manager.list_service_types().
Frees the list list.