interface_added
Description:
[ Version ( since = "2.30" ) ]
public virtual signal void interface_added (DBusObject object, DBusInterface interface_)
public virtual signal void interface_added (DBusObject object, DBusInterface interface_)
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.
Parameters:
| object |
The DBusObject on which an interface was added. |
| interface |
The DBusInterface that was added. |