The gio.dbus_object.DBusObject type is the base type for D-Bus objects on both the service side (see gio.dbus_object_skeleton.DBusObjectSkeleton) and the client side (see gio.dbus_object_proxy.DBusObjectProxy). It is essentially just a container of interfaces.
Connect to InterfaceAdded signal.
Connect to InterfaceRemoved signal.
Gets the D-Bus interface with name interface_name associated with object, if any.
Gets the D-Bus interfaces associated with object.
Gets the object path for object.
The gio.dbus_object.DBusObject type is the base type for D-Bus objects on both the service side (see gio.dbus_object_skeleton.DBusObjectSkeleton) and the client side (see gio.dbus_object_proxy.DBusObjectProxy). It is essentially just a container of interfaces.