UDisks.ObjectProxy¶
- Subclasses:
None
Methods¶
- Inherited:
Gio.DBusObjectProxy (2), GObject.Object (37), Gio.DBusObject (3), UDisks.Object (24)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class UDisks.ObjectProxy(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
UDisks.ObjectProxy
structure contains only private data and should only be accessed using the provided API.- classmethod new(connection, object_path)¶
- Parameters:
connection (
Gio.DBusConnection
) – AGio.DBusConnection
.object_path (
str
) – An object path.
- Returns:
The proxy object.
- Return type:
Creates a new proxy object.