From: Matthias Clasen Date: Mon, 20 Dec 2004 16:10:04 +0000 (+0000) Subject: Make docs more accurate. (#161683, Marcin Krzyzanowski) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=02d45673bcbe09ded6288f46d6a25c9a8755942d;p=dana%2Fcg-glib.git Make docs more accurate. (#161683, Marcin Krzyzanowski) 2004-12-20 Matthias Clasen * glib/gunicollate.c (g_utf8_collate): Make docs more accurate. (#161683, Marcin Krzyzanowski) --- diff --git a/ChangeLog b/ChangeLog index f070027c..d9b25041 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-20 Matthias Clasen + + * glib/gunicollate.c (g_utf8_collate): Make docs + more accurate. (#161683, Marcin Krzyzanowski) + 2004-12-19 Matthias Clasen * glib/goption.c (g_option_context_parse): Call diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f070027c..d9b25041 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-12-20 Matthias Clasen + + * glib/gunicollate.c (g_utf8_collate): Make docs + more accurate. (#161683, Marcin Krzyzanowski) + 2004-12-19 Matthias Clasen * glib/goption.c (g_option_context_parse): Call diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index f070027c..d9b25041 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2004-12-20 Matthias Clasen + + * glib/gunicollate.c (g_utf8_collate): Make docs + more accurate. (#161683, Marcin Krzyzanowski) + 2004-12-19 Matthias Clasen * glib/goption.c (g_option_context_parse): Call diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index f070027c..d9b25041 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-12-20 Matthias Clasen + + * glib/gunicollate.c (g_utf8_collate): Make docs + more accurate. (#161683, Marcin Krzyzanowski) + 2004-12-19 Matthias Clasen * glib/goption.c (g_option_context_parse): Call diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f070027c..d9b25041 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-12-20 Matthias Clasen + + * glib/gunicollate.c (g_utf8_collate): Make docs + more accurate. (#161683, Marcin Krzyzanowski) + 2004-12-19 Matthias Clasen * glib/goption.c (g_option_context_parse): Call diff --git a/glib/gunicollate.c b/glib/gunicollate.c index 22e80256..c70b8e5a 100644 --- a/glib/gunicollate.c +++ b/glib/gunicollate.c @@ -42,8 +42,8 @@ * compare the keys with strcmp() when * sorting instead of sorting the original strings. * - * Return value: -1 if @str1 compares before @str2, 0 if they - * compare equal, 1 if @str1 compares after @str2. + * Return value: < 0 if @str1 compares before @str2, + * 0 if they compare equal, > 0 if @str1 compares after @str2. **/ gint g_utf8_collate (const gchar *str1,