ChildProxy.connectChildAdded

gulong connectChildAdded(T)(T callback, Flag!"After" after = No.After)

Connect to ChildAdded signal.

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

Parameters

callbacksignal callback delegate or function to connect void callback(gobject.object.ObjectWrap object, string name, gst.child_proxy.ChildProxy childProxy) object the #GObject that was added (optional) name the name of the new child (optional) childProxy the instance the signal is connected to (optional)
afterYes.After to execute callback after default handler, No.After to execute before (default)

Returns

Signal ID