summaryrefslogtreecommitdiff
path: root/gio/giomodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/giomodule.h')
-rw-r--r--gio/giomodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/giomodule.h b/gio/giomodule.h
index 035059ac9..89619c879 100644
--- a/gio/giomodule.h
+++ b/gio/giomodule.h
@@ -119,7 +119,7 @@ void g_io_module_unload (GIOModule *module);
* run gio-querymodules in order to build the cache files required for
* lazy loading.
*
- * Returns: A %NULL-terminated array of strings, listing the supported
+ * Returns: (transfer full): A %NULL-terminated array of strings, listing the supported
* extension points of the module. The array must be suitable for
* freeing with g_strfreev().
*