Class

CloudProvidersProviderExporter

since: 0.3

Description [src]

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

Base object for representing a single single provider.

Available since: 0.3

Ancestors

Constructors

cloud_providers_provider_exporter_new
No description available.

since: 0.3

Instance methods

cloud_providers_provider_exporter_get_name
No description available.

since: 0.3

cloud_providers_provider_exporter_remove_account

Each cloud provider can have a variety of account associated with it. Use this function to remove the accounts that were added when created by cloud_providers_account_exporter_new().

since: 0.3

cloud_providers_provider_exporter_set_name
No description available.

since: 0.3

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

CloudProviders.ProviderExporter:bus

The bus connection object for the provider.

since: 0.3

CloudProviders.ProviderExporter:bus-name

The bus name of the provider.

since: 0.3

CloudProviders.ProviderExporter:bus-path

The bus path of the provider.

since: 0.3

CloudProviders.ProviderExporter:name

The name of the cloud provider.

since: 0.3

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.

unstable since: 2.0

Class structure

struct CloudProvidersProviderExporterClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.