summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@t-online.de>2012-10-17 07:45:26 +0200
committerRico Tzschichholz <ricotz@t-online.de>2012-10-17 07:45:26 +0200
commitaa4f3c707141b823f0ee66b0068c9e5b1ff1c79f (patch)
tree4d683f6fc49731fc1a3cb6c5ffb3f283308c7df6
parent3d742120bd6a0ff7c44362f37e99a0af5bba70ca (diff)
downloadgobject-introspection-aa4f3c707141b823f0ee66b0068c9e5b1ff1c79f.tar.gz
Update glib annotations to 2.34.1
-rw-r--r--gir/glib-2.0.c2
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
*/