[gst-cvs] gst-plugins-base: docs: use 'Returns: xyz' rather than 'Returns xyz' to make gtk-doc happy

Tim Mueller tpm at kemper.freedesktop.org
Sun Dec 20 23:58:55 PST 2009


Module: gst-plugins-base
Branch: master
Commit: 98fc463f31d17745f5e754486bb7e235a80d2559
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=98fc463f31d17745f5e754486bb7e235a80d2559

Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Mon Dec 21 07:57:42 2009 +0000

docs: use 'Returns: xyz' rather than 'Returns xyz' to make gtk-doc happy

---

 gst-libs/gst/tag/lang.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gst-libs/gst/tag/lang.c b/gst-libs/gst/tag/lang.c
index 199f99c..2a8cb6f 100644
--- a/gst-libs/gst/tag/lang.c
+++ b/gst-libs/gst/tag/lang.c
@@ -356,7 +356,7 @@ gst_tag_get_language_name (const gchar * language_code)
  *
  * Language codes are case-sensitive and expected to be lower case.
  *
- * Returns two-letter ISO-639-1 language code string that maps to @lang_code,
+ * Returns: two-letter ISO-639-1 language code string that maps to @lang_code,
  *     or NULL if no mapping is known. The returned string must not be
  *     modified or freed.
  *
@@ -438,7 +438,7 @@ gst_tag_get_language_code_iso_639_2X (const gchar * lang_code, guint8 flags)
  *
  * Language codes are case-sensitive and expected to be lower case.
  *
- * Returns three-letter ISO-639-2 language code string that maps to @lang_code,
+ * Returns: three-letter ISO-639-2 language code string that maps to @lang_code,
  *     or NULL if no mapping is known. The returned string must not be
  *     modified or freed.
  *
@@ -474,7 +474,7 @@ gst_tag_get_language_code_iso_639_2T (const gchar * lang_code)
  *
  * Language codes are case-sensitive and expected to be lower case.
  *
- * Returns three-letter ISO-639-2 language code string that maps to @lang_code,
+ * Returns: three-letter ISO-639-2 language code string that maps to @lang_code,
  *     or NULL if no mapping is known. The returned string must not be
  *     modified or freed.
  *





More information about the Gstreamer-commits mailing list