Gio.DBusObjectProxy¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
|||
r/w/co |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gio.DBusObjectProxy(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A
GDBusObjectProxy
is an object used to represent a remote object with one or more D-Bus interfaces. Normally, you don’t instantiate aGDBusObjectProxy
yourself — typically [class`Gio`.DBusObjectManagerClient] is used to obtain it.New in version 2.30.
- classmethod new(connection, object_path)[source]¶
- Parameters:
connection (
Gio.DBusConnection
) – aGio.DBusConnection
object_path (
str
) – the object path
- Returns:
a new
Gio.DBusObjectProxy
- Return type:
Creates a new
Gio.DBusObjectProxy
for the given connection and object path.New in version 2.30.
- get_connection()[source]¶
- Returns:
A
Gio.DBusConnection
. Do not free, the object is owned by self.- Return type:
Gets the connection that self is for.
New in version 2.30.
Property Details¶
- Gio.DBusObjectProxy.props.g_connection¶
- Name:
g-connection
- Type:
- Default Value:
- Flags:
The connection of the proxy.
New in version 2.30.