summaryrefslogtreecommitdiff
path: root/gir/gio-2.0.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-09-17 16:57:32 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-09-17 16:57:32 +0100
commitc3a03a68bb44589a1d875ff08468f0fa7965be24 (patch)
treee2ad9d3f9ceb25227599224254a7378d5ee17b2a /gir/gio-2.0.c
parent7a7f989f83612ea312006702c6483f928fdb04ae (diff)
downloadgobject-introspection-c3a03a68bb44589a1d875ff08468f0fa7965be24.tar.gz
Update the annotations for GLib 2.70
GLib 2.70 has just been released, so let's sync up the documentation and annotations. Fixes: #402
Diffstat (limited to 'gir/gio-2.0.c')
-rw-r--r--gir/gio-2.0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index eec568cf..956fed09 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -33887,10 +33887,10 @@
* @key: a #GSettingsSchemaKey
* @value: the value to check
*
- * Checks if the given @value is of the correct type and within the
+ * Checks if the given @value is within the
* permitted range for @key.
*
- * It is a programmer error if @value is not of the correct type -- you
+ * It is a programmer error if @value is not of the correct type — you
* must check for this first.
*
* Returns: %TRUE if @value is valid for @key