Gio.DBusObject::interface-removed
connect('interface-removed', function (dBusObject, interface: Gio.DBusInterface, ): void);
Emitted when interface is removed from @object.
Since 2.30
- dBusObject
instance of Gio.DBusObject that is emitting the signal
- interface
The Gio.DBusInterface that was removed.