1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-11 04:58:56 +02:00

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

@ -295,7 +295,7 @@ g_callable_info_get_caller_owns (GICallableInfo *info)
* Obtains the ownership transfer for the instance argument. * Obtains the ownership transfer for the instance argument.
* #GITransfer contains a list of possible transfer values. * #GITransfer contains a list of possible transfer values.
* *
* Returns: the transfer * Returns: the transfer mode of the instance argument
*/ */
GITransfer GITransfer
g_callable_info_get_instance_ownership_transfer (GICallableInfo *info) g_callable_info_get_instance_ownership_transfer (GICallableInfo *info)