From e5827adb604554d21ad9f7212ed8a5b10982ddf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Tue, 6 Apr 2021 14:19:56 +0200 Subject: [PATCH] calls: Fix gtk-doc transfer annotation Broken-by: 501d2914 --- src/calls-call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calls-call.c b/src/calls-call.c index d721428..c86d11d 100644 --- a/src/calls-call.c +++ b/src/calls-call.c @@ -391,7 +391,7 @@ calls_call_tone_stop (CallsCall *self, * This a convenience function to optain the #CallsBestMatch matching the * phone number of the #CallsCall. * - * Returns: (transfer full): A #CallsBestMatch + * Returns: (transfer: full): A #CallsBestMatch */ CallsBestMatch * calls_call_get_contact (CallsCall *self)