DBusInterfaceT

Base type for D-Bus interfaces.

The gio.dbus_interface.DBusInterface type is the base type for D-Bus interfaces both on the service side (see gio.dbus_interface_skeleton.DBusInterfaceSkeleton) and client side (see gio.dbus_proxy.DBusProxy).

Members

Functions

getInfo
gio.dbus_interface_info.DBusInterfaceInfo getInfo()

Gets D-Bus introspection information for the D-Bus interface implemented by interface_.

getObject
gio.dbus_object.DBusObject getObject()

Gets the #GDBusObject that interface_ belongs to, if any.

setObject
void setObject(gio.dbus_object.DBusObject object)

Sets the #GDBusObject for interface_ to object.