CloudProviders.DbusObjectSkeleton¶
- Subclasses:
None
Methods¶
- Inherited:
Gio.DBusObjectSkeleton (6), GObject.Object (37), Gio.DBusObject (3), CloudProviders.DbusObject (2)
- Structs:
class |
|
|
|
|
Virtual Methods¶
Properties¶
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class CloudProviders.DbusObjectSkeleton(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
CloudProviders.DbusObjectSkeleton
structure contains only private data and should only be accessed using the provided API.- classmethod new(object_path)¶
- Parameters:
object_path (
str
) – An object path.- Returns:
The skeleton object.
- Return type:
Creates a new skeleton object.
- set_account(interface_)¶
- Parameters:
interface (
CloudProviders.DbusAccount
orNone
) – ACloudProviders.DbusAccount
orNone
to clear the interface.
Sets the
CloudProviders.DbusAccount
instance for the D-Bus interface ‘org.freedesktop.CloudProviders.Account [gdbus-interface-org-freedesktop-CloudProviders-Account.top_of_page]’ on self.
- set_provider(interface_)¶
- Parameters:
interface (
CloudProviders.DbusProvider
orNone
) – ACloudProviders.DbusProvider
orNone
to clear the interface.
Sets the
CloudProviders.DbusProvider
instance for the D-Bus interface ‘org.freedesktop.CloudProviders.Provider [gdbus-interface-org-freedesktop-CloudProviders-Provider.top_of_page]’ on self.