Gio.DBusObjectManager::interface-added
connect('interface-added', function (dBusObjectManager, object: Gio.DBusObject, interface: Gio.DBusInterface, ): void);
Emitted when interface is added to 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 added.
- interface
The Gio.DBusInterface that was added.