From 7c79fcc3cea9c02859639245709dfeeaf742f8dd Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 16 Sep 2019 10:50:16 +0200 Subject: [PATCH] libgimpmodule: annotate gimp_module_get_file() --- libgimpmodule/gimpmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgimpmodule/gimpmodule.c b/libgimpmodule/gimpmodule.c index 3a3ea55ede..919af51a9e 100644 --- a/libgimpmodule/gimpmodule.c +++ b/libgimpmodule/gimpmodule.c @@ -270,7 +270,7 @@ gimp_module_new (GFile *file, * * Returns #GFile of the @module, * - * Returns: The @module's #GFile. + * Returns: (transfer none): The @module's #GFile. * * Since: 3.0 **/