DBusObject.connectInterfaceRemoved
gulong connectInterfaceRemoved(T)(T callback, Flag!"After" after = No.After)Connect to InterfaceRemoved signal.
Emitted when interface is removed from object.
Parameters
callback | signal callback delegate or function to connect void callback(gio.dbus_interface.DBusInterface interface_, gio.dbus_object.DBusObject dBusObject) interface_ The #GDBusInterface that was removed. (optional) dBusObject the instance the signal is connected to (optional) |
after | Yes.After to execute callback after default handler, No.After to execute before (default) |
Returns
Signal ID