X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgunicollate.c;h=f9d8b3df048faffb9e5b318daef9e9eae9c4ae99;hb=20f6cc2a10ba26860e7a6d27c100deadb5497772;hp=6440dd228507958a185376797231fd34e6f5d01b;hpb=e7fd3de86d6004d8dba5f8448eb063c6731546e9;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gunicollate.c b/glib/gunicollate.c index 6440dd2..f9d8b3d 100644 --- a/glib/gunicollate.c +++ b/glib/gunicollate.c @@ -71,8 +71,8 @@ msc_strxfrm_wrapper (char *string1, * compare the keys with strcmp() when sorting instead of sorting * the original strings. * - * Return value: < 0 if @str1 compares before @str2, - * 0 if they compare equal, > 0 if @str1 compares after @str2. + * Returns: < 0 if @str1 compares before @str2, + * 0 if they compare equal, > 0 if @str1 compares after @str2. **/ gint g_utf8_collate (const gchar *str1, @@ -365,7 +365,7 @@ carbon_collate_key_for_filename (const gchar *str, * * Note that this function depends on the [current locale][setlocale]. * - * Return value: a newly allocated string. This string should + * Returns: a newly allocated string. This string should * be freed with g_free() when you are done with it. **/ gchar * @@ -492,7 +492,7 @@ g_utf8_collate_key (const gchar *str, * * Note that this function depends on the [current locale][setlocale]. * - * Return value: a newly allocated string. This string should + * Returns: a newly allocated string. This string should * be freed with g_free() when you are done with it. * * Since: 2.8