1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-07-04 16:09:29 +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") * 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 * const char *
calls_call_get_protocol (CallsCall *self) calls_call_get_protocol (CallsCall *self)