mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-12 07:37:35 +00:00
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:
parent
f84d3c0adf
commit
f8a57edc6d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue