Class

CloudProvidersProvider

Description [src]

final class CloudProviders.Provider : GObject.Object
{
  /* No available fields */
}

Base object for representing a single provider for clients.

This is the basic object object for client implementers that contains the properties of the provider such as name, and the accounts associated with it.

Hierarchy

hierarchy this CloudProvidersProvider ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

cloud_providers_provider_new

Create a new CloudProvidersProvider object.

Instance methods

cloud_providers_provider_get_accounts

Get the list of accounts from this provider.

cloud_providers_provider_get_name

Get the name of this provider.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

CloudProviders.Provider:name

The name of the cloud provider.

Signals

CloudProviders.Provider::accounts-changed

This signal is emitted by a provider if the number of accounts changed.

CloudProviders.Provider::removed

This signal is emitted by a provider when the provider is removed in DBUS.

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.

Class structure

struct CloudProvidersProviderClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.