summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-05-18 23:11:34 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-05-18 23:12:13 +0100
commitf60616c01e027726da0719b8210bc3033f018bd5 (patch)
tree82c44c3c285e1dfb6e85c9875cbb3cfd15689daa
parent99512cde8dc984b9d123ae5f57e1652987465815 (diff)
downloadgobject-introspection-f60616c01e027726da0719b8210bc3033f018bd5.tar.gz
docs: Clarify return value documentation
Be a bit more specific than just saying "the transfer".
-rw-r--r--girepository/gicallableinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gicallableinfo.c b/girepository/gicallableinfo.c
index 46c5d510..27c7cb2f 100644
--- a/girepository/gicallableinfo.c
+++ b/girepository/gicallableinfo.c
@@ -295,7 +295,7 @@ g_callable_info_get_caller_owns (GICallableInfo *info)
* Obtains the ownership transfer for the instance argument.
* #GITransfer contains a list of possible transfer values.
*
- * Returns: the transfer
+ * Returns: the transfer mode of the instance argument
*/
GITransfer
g_callable_info_get_instance_ownership_transfer (GICallableInfo *info)