ChildProxyT.childRemoved

Emits the "child-removed" signal.

template ChildProxyT(TStruct)
void
childRemoved
(,
string name
)

Parameters

child ObjectG

the removed child

name string

the name of the old child Signal Details The "child-added" signal void user_function (GstChildProxy *child_proxy, GObject *object, gchar *name, gpointer user_data) : Run First Will be emitted after the object was added to the child_proxy.

name string

the name of the new child

Meta