Imported Upstream version 1.49.1
[platform/upstream/gobject-introspection.git] / girepository / gicallableinfo.c
index 8360bbf..27c7cb2 100644 (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)
@@ -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)