Gio.DBusObjectManager::interface-removed

connect('interface-removed', function (dBusObjectManager, object: Gio.DBusObject, interface: Gio.DBusInterface, ): void);
  

Emitted when interface has been removed from object.

This signal exists purely as a convenience to avoid having to connect signals to all objects managed by @manager.

Since 2.30

dBusObjectManager

instance of Gio.DBusObjectManager that is emitting the signal

object

The Gio.DBusObject on which an interface was removed.

interface

The Gio.DBusInterface that was removed.