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)