mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Fix last commit.
This commit is contained in:
parent
02d45673bc
commit
ad90d2de03
@ -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: < 0 if @str1 compares before @str2,
|
* Return value: < 0 if @str1 compares before @str2,
|
||||||
* 0 if they compare equal, > 0 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