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
callback | signal 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) |
after | Yes.After to execute callback after default handler, No.After to execute before (default) |
Returns
Signal ID