mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Make docs more accurate. (#161683, Marcin Krzyzanowski)
2004-12-20 Matthias Clasen <mclasen@redhat.com> * glib/gunicollate.c (g_utf8_collate): Make docs more accurate. (#161683, Marcin Krzyzanowski)
This commit is contained in:
parent
5d679e08e7
commit
02d45673bc
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gunicollate.c (g_utf8_collate): Make docs
|
||||||
|
more accurate. (#161683, Marcin Krzyzanowski)
|
||||||
|
|
||||||
2004-12-19 Matthias Clasen <mclasen@redhat.com>
|
2004-12-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/goption.c (g_option_context_parse): Call
|
* glib/goption.c (g_option_context_parse): Call
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gunicollate.c (g_utf8_collate): Make docs
|
||||||
|
more accurate. (#161683, Marcin Krzyzanowski)
|
||||||
|
|
||||||
2004-12-19 Matthias Clasen <mclasen@redhat.com>
|
2004-12-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/goption.c (g_option_context_parse): Call
|
* glib/goption.c (g_option_context_parse): Call
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gunicollate.c (g_utf8_collate): Make docs
|
||||||
|
more accurate. (#161683, Marcin Krzyzanowski)
|
||||||
|
|
||||||
2004-12-19 Matthias Clasen <mclasen@redhat.com>
|
2004-12-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/goption.c (g_option_context_parse): Call
|
* glib/goption.c (g_option_context_parse): Call
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gunicollate.c (g_utf8_collate): Make docs
|
||||||
|
more accurate. (#161683, Marcin Krzyzanowski)
|
||||||
|
|
||||||
2004-12-19 Matthias Clasen <mclasen@redhat.com>
|
2004-12-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/goption.c (g_option_context_parse): Call
|
* glib/goption.c (g_option_context_parse): Call
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gunicollate.c (g_utf8_collate): Make docs
|
||||||
|
more accurate. (#161683, Marcin Krzyzanowski)
|
||||||
|
|
||||||
2004-12-19 Matthias Clasen <mclasen@redhat.com>
|
2004-12-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/goption.c (g_option_context_parse): Call
|
* glib/goption.c (g_option_context_parse): Call
|
||||||
|
@ -42,8 +42,8 @@
|
|||||||
* compare the keys with strcmp() when
|
* compare the keys with strcmp() when
|
||||||
* sorting instead of sorting the original strings.
|
* sorting instead of sorting the original strings.
|
||||||
*
|
*
|
||||||
* Return value: -1 if @str1 compares before @str2, 0 if they
|
* Return value: < 0 if @str1 compares before @str2,
|
||||||
* compare equal, 1 if @str1 compares after @str2.
|
* 0 if they compare equal, > 0 if @str1 compares after @str2.
|
||||||
**/
|
**/
|
||||||
gint
|
gint
|
||||||
g_utf8_collate (const gchar *str1,
|
g_utf8_collate (const gchar *str1,
|
||||||
|
Loading…
Reference in New Issue
Block a user