mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 00:17:35 +00:00
origin: Add transfer annotation for calls_origin_get_calls ()
This commit is contained in:
parent
1b4af654f1
commit
9569afa073
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue