Class

GioDBusObjectProxy

since: 2.30

[]

Description [src]

class Gio.DBusObjectProxy : GObject.Object
  implements Gio.DBusObject {
  /* No available fields */
}

A GDBusObjectProxy is an object used to represent a remote object with one or more D-Bus interfaces. Normally, you don’t instantiate a GDBusObjectProxy yourself — typically GDBusObjectManagerClient is used to obtain it.

Available since: 2.30

[]

Ancestors

[]

Implements

[]

Constructors

g_dbus_object_proxy_new

Creates a new GDBusObjectProxy for the given connection and object path.

since: 2.30

[]

Instance methods

g_dbus_object_proxy_get_connection

Gets the connection that proxy is for.

since: 2.30

Methods inherited from GObject (43)
Methods inherited from GDBusObject (3)
[]

Properties

Gio.DBusObjectProxy:g-connection

The connection of the proxy.

since: 2.30

Gio.DBusObjectProxy:g-object-path

The object path of the proxy.

since: 2.30

[]

Signals

Signals inherited from GObject (1)
Signals inherited from GDBusObject (2)

Class structure