summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-03-27 20:49:01 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-27 20:49:01 +0000
commitd9f6f6675ca5fa0d5a5c49af077ec854b71628f8 (patch)
tree17469ce74150772ceade6ac766faf0aac9ba676c
parent6ea880795d95e0f3edd0d3f7761962086ce7b93d (diff)
downloadgobject-introspection-d9f6f6675ca5fa0d5a5c49af077ec854b71628f8.tar.gz
Revert "Update glib annotations to 2.34.1"
This reverts commit aa4f3c707141b823f0ee66b0068c9e5b1ff1c79f.
-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 a3dd95e0..90ec0003 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: an integer less than, equal to, or greater than zero, if @str1 is <, == or > than @str2.
+ * Returns: -1, 0 or 1, if @str1 is <, == or > than @str2.
* Since: 2.16
*/