X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgcharset.c;h=b1cc465e75bc39d44b88dd551efaf54448032712;hb=14f2376c8a06f0936d734ec6a7e0e836072acf65;hp=c14b8fe0fbd1850230478a3b9bd56c0e6c8834ed;hpb=e7fd3de86d6004d8dba5f8448eb063c6731546e9;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gcharset.c b/glib/gcharset.c index c14b8fe..b1cc465 100644 --- a/glib/gcharset.c +++ b/glib/gcharset.c @@ -171,7 +171,7 @@ charset_cache_free (gpointer data) * The string returned in @charset is not allocated, and should not be * freed. * - * Return value: %TRUE if the returned charset is UTF-8 + * Returns: %TRUE if the returned charset is UTF-8 */ gboolean g_get_charset (const char **charset) @@ -212,7 +212,7 @@ g_get_charset (const char **charset) * * Gets the character set for the current locale. * - * Return value: a newly allocated string containing the name + * Returns: a newly allocated string containing the name * of the character set. This string must be freed with g_free(). */ gchar * @@ -542,7 +542,7 @@ language_names_cache_free (gpointer data) * `LC_MESSAGES` and `LANG` to find the list of locales specified by the * user. * - * Return value: (array zero-terminated=1) (transfer none): a %NULL-terminated array of strings owned by GLib + * Returns: (array zero-terminated=1) (transfer none): a %NULL-terminated array of strings owned by GLib * that must not be modified or freed. * * Since: 2.6