diff options
-rw-r--r-- | gir/glib-2.0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 90ec0003..a3dd95e0 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -25975,7 +25975,7 @@ * gracefully by sorting it before non-%NULL strings. * Comparing two %NULL pointers returns 0. * - * Returns: -1, 0 or 1, if @str1 is <, == or > than @str2. + * Returns: an integer less than, equal to, or greater than zero, if @str1 is <, == or > than @str2. * Since: 2.16 */ |