From f8a57edc6d81f1f60f9d58b0ce03cc7c1d0a6c51 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Mon, 5 Apr 2021 04:53:37 +0200 Subject: [PATCH] contacts-provider: fix docstring The caller takes ownership of the returned `CallsBestMatch`, so this should be reflected in the docstring --- src/calls-contacts-provider.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calls-contacts-provider.c b/src/calls-contacts-provider.c index 07930f1..ce50adf 100644 --- a/src/calls-contacts-provider.c +++ b/src/calls-contacts-provider.c @@ -255,7 +255,7 @@ calls_contacts_provider_get_individuals (CallsContactsProvider *self) * * Get a best contact match for a phone number * - * Returns: (transfer none): The best match as #CallsBestMatch + * Returns: (transfer: full): The best match as #CallsBestMatch */ CallsBestMatch * calls_contacts_provider_lookup_phone_number (CallsContactsProvider *self,