summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-10-19 13:02:30 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-10-19 13:02:30 +0100
commit08c56edb8473b8ebb76884fe323986f9f164aea2 (patch)
tree4a2c4521718b84a73507ae2429c1e2531663817e
parentde199b4d8dc72ccbeb116c1f419ee24c4b212c39 (diff)
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.
-rw-r--r--gst/gstcaps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstcaps.c b/gst/gstcaps.c
index 134ef76e29..bf04744562 100644
--- a/gst/gstcaps.c
+++ b/gst/gstcaps.c
@@ -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, ...)