gst/gstutils.c: Add mising "Since:" to docs.

Original commit message from CVS:
* gst/gstutils.c:
Add mising "Since:" to docs.
This commit is contained in:
Stefan Kost 2007-12-12 06:58:56 +00:00
parent 74d2ba2fd5
commit 12f0269d48
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-12-12 Stefan Kost <ensonic@users.sf.net>
* gst/gstutils.c:
Add mising "Since:" to docs.
2007-12-11 Stefan Kost <ensonic@users.sf.net>
* gst/gstplugin.c:

View file

@ -1031,6 +1031,8 @@ gst_element_state_get_name (GstState state)
* Gets a string representing the given state change result.
*
* Returns: a string with the name of the state change result.
*
* Since: 0.10.11
*/
G_CONST_RETURN gchar *
gst_element_state_change_return_get_name (GstStateChangeReturn state_ret)