From 2eec9d40433f8c31f97b8c671679ce5ad2bf1144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Fri, 9 Nov 2018 08:05:29 +0100 Subject: [PATCH] as-pool: fix GObject annotation for GPtrArray owning the elements --- src/as-pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as-pool.c b/src/as-pool.c index 260fa37b..46a190e4 100644 --- a/src/as-pool.c +++ b/src/as-pool.c @@ -1147,7 +1147,7 @@ as_pool_save_cache_file (AsPool *pool, const gchar *fname, GError **error) * * Get a list of found components. * - * Returns: (transfer container) (element-type AsComponent): an array of #AsComponent instances. + * Returns: (transfer full) (element-type AsComponent): an array of #AsComponent instances. */ GPtrArray* as_pool_get_components (AsPool *pool)