diff options
Diffstat (limited to 'girepository/gicallableinfo.c')
-rw-r--r-- | girepository/gicallableinfo.c | 2 |
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) |