1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-07-02 23:19:31 +00:00

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);