contacts-provider: fix docstring
The caller takes ownership of the returned `CallsBestMatch`, so this should be reflected in the docstring
This commit is contained in:
@@ -255,7 +255,7 @@ calls_contacts_provider_get_individuals (CallsContactsProvider *self)
|
|||||||
*
|
*
|
||||||
* Get a best contact match for a phone number
|
* 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 *
|
CallsBestMatch *
|
||||||
calls_contacts_provider_lookup_phone_number (CallsContactsProvider *self,
|
calls_contacts_provider_lookup_phone_number (CallsContactsProvider *self,
|
||||||
|
|||||||
Reference in New Issue
Block a user