1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

call: Add transfer annotation for get_protocol()

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-01-21 10:06:44 +01:00
parent 72adee4922
commit 500581d35d

View file

@ -469,7 +469,7 @@ calls_call_get_inbound (CallsCall *self)
*
* Get the protocol of the call (i.e. "tel", "sip")
*
* Returns: The protocol used or %NULL when unknown
* Returns: (transfer none): The protocol used or %NULL when unknown
*/
const char *
calls_call_get_protocol (CallsCall *self)