summaryrefslogtreecommitdiff
path: root/gir/gobject-2.0.c
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-01-21 11:47:05 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2014-01-21 12:08:19 -0500
commitf12109977a933f2fbc320271050c79b0c108ec81 (patch)
tree860b19d66d23be438e830cec525554b4050b1ab5 /gir/gobject-2.0.c
parent42fe824111ef711d872204c0f4521c109e3472c5 (diff)
downloadgobject-introspection-f12109977a933f2fbc320271050c79b0c108ec81.tar.gz
Update glib annotations from git master
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r--gir/gobject-2.0.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c
index a5cd41ab..c519b7c5 100644
--- a/gir/gobject-2.0.c
+++ b/gir/gobject-2.0.c
@@ -2531,7 +2531,8 @@
* @notify: a function to call when this reference is the
* last reference to the object, or is no longer
* the last reference.
- * @data: data to pass to @notify
+ * @data: (allow-none): data to pass to @notify, or %NULL to
+ * match any toggle refs with the @notify argument.
*
* Removes a reference added with g_object_add_toggle_ref(). The
* reference count of the object is decreased by one.
@@ -6215,7 +6216,9 @@
* @dest_type: Target type.
*
* Check whether g_value_transform() is able to transform values
- * of type @src_type into values of type @dest_type.
+ * of type @src_type into values of type @dest_type. Note that for
+ * the types to be transformable, they must be compatible and a
+ * transform function must be registered.
*
* Returns: %TRUE if the transformation is possible, %FALSE otherwise.
*/