CloudProviders.DbusObject¶
- Implementations:
CloudProviders.DbusObjectProxy
,CloudProviders.DbusObjectSkeleton
Methods¶
|
|
|
Virtual Methods¶
None
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
account |
||
r/w |
provider |
Signals¶
None
Fields¶
None
Class Details¶
- class CloudProviders.DbusObject¶
- Bases:
- Structure:
The
CloudProviders.DbusObject
type is a specialized container of interfaces.- get_account()¶
- Returns:
A
CloudProviders.DbusAccount
that must be freed withGObject.Object.unref
() orNone
if self does not implement the interface.- Return type:
Gets the
CloudProviders.DbusAccount
instance for the D-Bus interface ‘org.freedesktop.CloudProviders.Account [gdbus-interface-org-freedesktop-CloudProviders-Account.top_of_page]’ on self, if any.
- get_provider()¶
- Returns:
A
CloudProviders.DbusProvider
that must be freed withGObject.Object.unref
() orNone
if self does not implement the interface.- Return type:
Gets the
CloudProviders.DbusProvider
instance for the D-Bus interface ‘org.freedesktop.CloudProviders.Provider [gdbus-interface-org-freedesktop-CloudProviders-Provider.top_of_page]’ on self, if any.
Property Details¶
- CloudProviders.DbusObject.props.account¶
- Name:
account
- Type:
- Default Value:
- Flags:
The
CloudProviders.DbusAccount
instance corresponding to the D-Bus interface ‘org.freedesktop.CloudProviders.Account [gdbus-interface-org-freedesktop-CloudProviders-Account.top_of_page]’, if any.Connect to the
GObject.Object
::notify
signal to get informed of property changes.
- CloudProviders.DbusObject.props.provider¶
- Name:
provider
- Type:
- Default Value:
- Flags:
The
CloudProviders.DbusProvider
instance corresponding to the D-Bus interface ‘org.freedesktop.CloudProviders.Provider [gdbus-interface-org-freedesktop-CloudProviders-Provider.top_of_page]’, if any.Connect to the
GObject.Object
::notify
signal to get informed of property changes.