ChildProxy.connectChildRemoved

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

Connect to ChildRemoved signal.

Will be emitted after the object was removed from 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 removed (optional) name the name of the old 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