summaryrefslogtreecommitdiff
path: root/gir/gobject-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-08-01 19:29:49 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-08-01 19:29:49 +0200
commit13642229b75d529c7f0c946a8d3548297104a5f8 (patch)
tree42fe87272ef29dfd0cbd9814856332ecb0cbbb2c /gir/gobject-2.0.c
parent666df5c7444953bd210f65307ceaa5bd71c53768 (diff)
downloadgobject-introspection-13642229b75d529c7f0c946a8d3548297104a5f8.tar.gz
gir: Update annotations from glib git master
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r--gir/gobject-2.0.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c
index ef504701..56947b35 100644
--- a/gir/gobject-2.0.c
+++ b/gir/gobject-2.0.c
@@ -2970,7 +2970,9 @@
* Creates a new instance of a #GObject subtype and sets its properties.
*
* Construction parameters (see #G_PARAM_CONSTRUCT, #G_PARAM_CONSTRUCT_ONLY)
- * which are not explicitly specified are set to their default values.
+ * which are not explicitly specified are set to their default values. Any
+ * private data for the object is guaranteed to be initialized with zeros, as
+ * per g_type_create_instance().
*
* Note that in C, small integer types in variable argument lists are promoted
* up to #gint or #guint as appropriate, and read back accordingly. #gint is 32