Functions

accounts_error_quark ()

errors_quark ()

provider_list_free (list)

service_list_free (list)

service_type_list_free (list)

Details

Accounts.accounts_error_quark()
Returns:

the libaccounts-glib error domain.

Return type:

int

Return the libaccounts-glib error domain.

Accounts.errors_quark()
Returns:

the libaccounts-glib error domain.

Return type:

int

Return the libaccounts-glib error domain.

Accounts.provider_list_free(list)
Parameters:

list ([Accounts.Provider]) – a GLib.List of providers returned by some function of this library.

Frees the list list.

Accounts.service_list_free(list)
Parameters:

list ([Accounts.Service]) – a GLib.List of services returned by some function of this library.

Frees the list list.

Accounts.service_type_list_free(list)
Parameters:

list ([Accounts.ServiceType]) – a GLib.List of service types returned by some function of this library, such as Accounts.Manager.list_service_types().

Frees the list list.