Interface

Gst-1.0GstChildProxySignalSignatures

interface SignalSignatures {
    "child-added": (object: GObject.Object, name: string) => void;
    "child-removed": (object: GObject.Object, name: string) => void;
}

Hierarchy (View Summary)

Index
"child-added": (object: GObject.Object, name: string) => void

Will be emitted after the object was added to the child_proxy.

"child-removed": (object: GObject.Object, name: string) => void

Will be emitted after the object was removed from the child_proxy.