Class
CloudProvidersAccount
Description [src]
final class CloudProviders.Account : GObject.Object
{
/* No available fields */
}
Base object for representing a single account for clients.
CloudProvidersAccount is the basic object used to construct the integrator UI
and actions that a provider will present to the user, from the client side.
Integrators of the cloud providers can use this object to poll the
CloudProvidersProvider menus, status and actions.
Constructors
cloud_providers_account_new
A CloudProvidersAccount object is used to fetch details about cloud providers from DBus.
It is usually fetched from cloud_providers_provider_get_accounts() as a list.
Instance methods
cloud_providers_account_get_action_group
Get the action group exported in addition to the GMenuModel from
cloud_providers_account_get_menu_model().
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.