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:
parent
09da409a2d
commit
fb73046e71
1 changed files with 9 additions and 1 deletions
|
@ -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 *
|
||||
calls_contacts_lookup_phone_number (CallsContacts *self,
|
||||
EPhoneNumber *number)
|
||||
|
|
Loading…
Reference in a new issue