summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-05-18 23:10:46 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-05-18 23:10:46 +0100
commit99512cde8dc984b9d123ae5f57e1652987465815 (patch)
tree66025decafe701a88aa703a6d519657b2a6919ff
parentdcbaf7fe5a869535f73202d0a66fe060f1fc78c2 (diff)
downloadgobject-introspection-99512cde8dc984b9d123ae5f57e1652987465815.tar.gz
docs: Fix return value description
The return value of g_callable_info_get_caller_owns() is not a boolean any more.
-rw-r--r--girepository/gicallableinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gicallableinfo.c b/girepository/gicallableinfo.c
index 8360bbf4..46c5d510 100644
--- a/girepository/gicallableinfo.c
+++ b/girepository/gicallableinfo.c
@@ -267,7 +267,7 @@ g_callable_info_skip_return (GICallableInfo *info)
* See whether the caller owns the return value of this callable.
* #GITransfer contains a list of possible transfer values.
*
- * Returns: %TRUE if the caller owns the return value, %FALSE otherwise.
+ * Returns: the transfer mode for the return value of the callable
*/
GITransfer
g_callable_info_get_caller_owns (GICallableInfo *info)