CloudProviders.Provider¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
Name of the provider |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Class Details¶
- class CloudProviders.Provider(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
CloudProviders.Provider
is the basic object object for client implementers that contains the properties of the provider such as name, and the accounts associated with it.- classmethod new(bus_name, object_path)¶
- Parameters:
- Return type:
- get_accounts()¶
- Returns:
A
GLib.List
ofCloudProviders.Provider
objects.- Return type:
Signal Details¶
- CloudProviders.Provider.signals.accounts_changed(provider)¶
- Signal Name:
accounts-changed
- Flags:
- Parameters:
provider (
CloudProviders.Provider
) – The object which received the signal
- CloudProviders.Provider.signals.removed(provider)¶
- Signal Name:
removed
- Flags:
- Parameters:
provider (
CloudProviders.Provider
) – The object which received the signal