docs: Modify docs string slightly.

Apparently starting the last line of a docs string with 'returns' both
confuses and enrages gtk-doc. Use a slightly different wording instead.
This commit is contained in:
Jan Schmidt 2009-10-19 13:02:30 +01:00
parent de199b4d8d
commit 08c56edb84

View file

@ -909,7 +909,7 @@ gst_caps_set_value (GstCaps * caps, const char *field, const GValue * value)
* <note>Prior to GStreamer version 0.10.26, this function failed when
* @caps was simple. If your code needs to work with those versions of
* GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
* returns %TRUE for @caps.</note>
* is %TRUE for @caps.</note>
*/
void
gst_caps_set_simple_valist (GstCaps * caps, const char *field, va_list varargs)
@ -956,7 +956,7 @@ gst_caps_set_simple_valist (GstCaps * caps, const char *field, va_list varargs)
* <note>Prior to GStreamer version 0.10.26, this function failed when
* @caps was simple. If your code needs to work with those versions of
* GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
* returns %TRUE for @caps.</note>
* is %TRUE for @caps.</note>
*/
void
gst_caps_set_simple (GstCaps * caps, const char *field, ...)