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
[−]
Constructors
g_dbus_object_proxy_new
Creates a new GDBusObjectProxy
for the given connection and
object path.
since: 2.30
[+]