summaryrefslogtreecommitdiff
path: root/gir/gobject-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-07-02 13:13:02 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-07-02 13:13:02 +0200
commitb2bf49eae922bffddc952fcc22e4acbd7d40c5f3 (patch)
tree798af6b0cf9e72274dff230112b1fe9c03d1dfae /gir/gobject-2.0.c
parent7c1d8d28c3e35840939350233e567be01f345328 (diff)
downloadgobject-introspection-b2bf49eae922bffddc952fcc22e4acbd7d40c5f3.tar.gz
Update glib annotations from git master
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r--gir/gobject-2.0.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c
index b2973238..df07e55a 100644
--- a/gir/gobject-2.0.c
+++ b/gir/gobject-2.0.c
@@ -5712,6 +5712,23 @@
/**
+ * g_value_init_from_instance:
+ * @value: An uninitialized #GValue structure.
+ * @instance: the instance
+ *
+ * Initializes and sets @value from an instantiatable type via the
+ * value_table's collect_value() function.
+ *
+ * Note: The @value will be initialised with the exact type of
+ * @instance. If you wish to set the @value's type to a different GType
+ * (such as a parent class GType), you need to manually call
+ * g_value_init() and g_value_set_instance().
+ *
+ * Since: 2.42
+ */
+
+
+/**
* g_value_peek_pointer:
* @value: An initialized #GValue structure
*