Gio.DBusObject::interface-added

connect('interface-added', function (dBusObject, interface: Gio.DBusInterface, ): void);
  

Emitted when interface is added to @object.

Since 2.30

dBusObject

instance of Gio.DBusObject that is emitting the signal

interface

The Gio.DBusInterface that was added.