gst/gstchildproxy.c: Fix copy&paste error in gst_child_proxy_removed() documentation.

Original commit message from CVS:
* gst/gstchildproxy.c:
Fix copy&paste error in gst_child_proxy_removed() documentation.
This commit is contained in:
Sebastian Dröge 2008-07-05 16:28:28 +00:00
parent 944de3aa68
commit 36d76ce51c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-07-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/gstchildproxy.c:
Fix copy&paste error in gst_child_proxy_removed() documentation.
2008-07-02 Tim-Philipp Müller <tim.muller at collabora co uk>
* gst/gstplugin.c: (CHECK_PLUGIN_DESC_FIELD), (gst_plugin_load_file):

View file

@ -423,7 +423,7 @@ gst_child_proxy_child_added (GstObject * object, GstObject * child)
/**
* gst_child_proxy_child_removed:
* @object: the parent object
* @child: the newly added child
* @child: the removed child
*
* Emits the "child-removed" signal.
*/