docs: Clarify return value documentation

Be a bit more specific than just saying "the transfer".
This commit is contained in:
Emmanuele Bassi 2016-05-18 23:11:34 +01:00
parent f6ea169530
commit 597d32df9c

View File

@ -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)