1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-12 15:47:35 +00:00

calls-contacts: Document lookup_phone_number

This makes sure we have clear ownership rules
This commit is contained in:
Guido Günther 2020-06-05 13:33:27 +02:00
parent 09da409a2d
commit fb73046e71

View file

@ -164,7 +164,15 @@ search_view_prepare_cb (FolksSearchView *view,
} }
} }
/*
* calls_contacts_lookup_phone_number:
* @self: The #CallsContact
* @number: The phonenumber
*
* Get a best contact match for a phone number
*
* Returns: (transfer none): The best match as #CallsBestMatch
*/
CallsBestMatch * CallsBestMatch *
calls_contacts_lookup_phone_number (CallsContacts *self, calls_contacts_lookup_phone_number (CallsContacts *self,
EPhoneNumber *number) EPhoneNumber *number)