docs: Fix return value description

The return value of g_callable_info_get_caller_owns() is not a boolean
any more.
This commit is contained in:
Emmanuele Bassi 2016-05-18 23:10:46 +01:00
parent 50c7ae999c
commit f6ea169530

View File

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