summaryrefslogtreecommitdiff
path: root/gir/gobject-2.0.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-10-12 15:21:35 -0400
committerColin Walters <walters@verbum.org>2015-10-12 15:21:35 -0400
commit74fcf8851fd84613399bbcc53150e2e441e80fb2 (patch)
tree1c7f34f9d49e5b31835fe1e400d94e1452bc21b4 /gir/gobject-2.0.c
parentf0d0608cea5d827bd024c1a34384d46295fce930 (diff)
downloadgobject-introspection-74fcf8851fd84613399bbcc53150e2e441e80fb2.tar.gz
gir: Update annotations from GLib git master
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r--gir/gobject-2.0.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c
index 025266e6..b78b988c 100644
--- a/gir/gobject-2.0.c
+++ b/gir/gobject-2.0.c
@@ -3939,7 +3939,7 @@
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
- * @default_value: default value for the property specified
+ * @default_value: (nullable): default value for the property specified
* @flags: flags for the property specified
*
* Creates a new #GParamSpecString instance.
@@ -6853,10 +6853,10 @@
* g_value_unset:
* @value: An initialized #GValue structure.
*
- * Clears the current value in @value and "unsets" the type,
- * this releases all resources associated with this GValue.
- * An unset value is the same as an uninitialized (zero-filled)
- * #GValue structure.
+ * Clears the current value in @value (if any) and "unsets" the type,
+ * this releases all resources associated with this GValue. An unset
+ * value is the same as an uninitialized (zero-filled) #GValue
+ * structure.
*/