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