origin: Add transfer annotation for calls_origin_get_calls ()

This commit is contained in:
Evangelos Ribeiro Tzaras
2022-01-27 12:40:22 +01:00
parent 1b4af654f1
commit 9569afa073

View File

@@ -107,7 +107,7 @@ DEFINE_ORIGIN_GETTER(name, char *, NULL);
* *
* Get the list of current calls. * Get the list of current calls.
* *
* Returns: A newly-allocated GList of objects implementing * Returns: (transfer container): A newly-allocated GList of objects implementing
* #CallsCall or NULL if there was an error. * #CallsCall or NULL if there was an error.
*/ */
DEFINE_ORIGIN_GETTER(calls, GList *, NULL); DEFINE_ORIGIN_GETTER(calls, GList *, NULL);