diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-12-21 07:57:42 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-12-21 07:57:42 +0000 |
commit | 98fc463f31d17745f5e754486bb7e235a80d2559 (patch) | |
tree | c152a2d35c4f0bc7f89a1f8f604cb02a1ad5ed2c | |
parent | 6ce1ff2188c9a91cb8d09a2fc3a15cbe8f0fcc95 (diff) |
docs: use 'Returns: xyz' rather than 'Returns xyz' to make gtk-doc happy
-rw-r--r-- | 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 199f99c5..2a8cb6fd 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. * |