Interface

Goa-1.0GoaObjectSignalSignatures

interface SignalSignatures {
    "interface-added": (_interface: Gio.DBusInterface) => void;
    "interface-removed": (_interface: Gio.DBusInterface) => void;
}

Hierarchy (View Summary)

Index
"interface-added": (_interface: Gio.DBusInterface) => void

Emitted when interface is added to object.

2.30

"interface-removed": (_interface: Gio.DBusInterface) => void

Emitted when interface is removed from object.

2.30