DBusObject.connectInterfaceAdded

Connect to InterfaceAdded signal.

Emitted when interface is added to object.

interface DBusObject
ulong
connectInterfaceAdded
(
T
)
(,
Flag!"After" after = No.After
)

Parameters

callback T

signal callback delegate or function to connect

void callback(gio.dbus_interface.DBusInterface interface_, gio.dbus_object.DBusObject dBusObject)

interface_ The #GDBusInterface that was added. (optional)

dBusObject the instance the signal is connected to (optional)

after Flag!"After"

Yes.After to execute callback after default handler, No.After to execute before (default)

Return Value

Type: ulong

Signal ID