libgimpmodule: annotate one function, now warning-free

This commit is contained in:
Michael Natterer 2019-08-01 10:21:47 +02:00
parent 3016dfb347
commit 1099d609af
1 changed files with 2 additions and 1 deletions

View File

@ -195,7 +195,8 @@ gimp_module_db_new (gboolean verbose)
* Returns a #GList of the modules kept by @db. The list must not be
* modified or freed.
*
* Return value: a #GList of #GimpModule instances.
* Return value: (element-type GimpModule) (transfer none): a #GList
* of #GimpModule instances.
*
* Since: 3.0
**/