mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 03:25:31 +00:00
call: doc: Indicate ownership in docstrings
This commit is contained in:
parent
5ed24c4ed7
commit
b71227aae5
1 changed files with 3 additions and 3 deletions
|
@ -223,7 +223,7 @@ calls_call_init (CallsCall *self)
|
||||||
* could return NULL if the number is not known, for example if an
|
* could return NULL if the number is not known, for example if an
|
||||||
* incoming PTSN call has no caller ID information.
|
* incoming PTSN call has no caller ID information.
|
||||||
*
|
*
|
||||||
* Returns: the number, or NULL
|
* Returns: (transfer none): the number, or NULL
|
||||||
*/
|
*/
|
||||||
const char *
|
const char *
|
||||||
calls_call_get_number (CallsCall *self)
|
calls_call_get_number (CallsCall *self)
|
||||||
|
@ -240,7 +240,7 @@ calls_call_get_number (CallsCall *self)
|
||||||
* Get the name of the party the call is connected to, if the network
|
* Get the name of the party the call is connected to, if the network
|
||||||
* provides it.
|
* provides it.
|
||||||
*
|
*
|
||||||
* Returns: the number, or NULL
|
* Returns the number, or NULL
|
||||||
*/
|
*/
|
||||||
const char *
|
const char *
|
||||||
calls_call_get_name (CallsCall *self)
|
calls_call_get_name (CallsCall *self)
|
||||||
|
@ -391,7 +391,7 @@ calls_call_tone_stop (CallsCall *self,
|
||||||
* This a convenience function to optain the #CallsBestMatch matching the
|
* This a convenience function to optain the #CallsBestMatch matching the
|
||||||
* phone number of the #CallsCall.
|
* phone number of the #CallsCall.
|
||||||
*
|
*
|
||||||
* Returns: (transfer: full): A #CallsBestMatch
|
* Returns: (transfer full): A #CallsBestMatch
|
||||||
*/
|
*/
|
||||||
CallsBestMatch *
|
CallsBestMatch *
|
||||||
calls_call_get_contact (CallsCall *self)
|
calls_call_get_contact (CallsCall *self)
|
||||||
|
|
Loading…
Reference in a new issue