mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimp: fix annotations for gimp_image_metadata_save_filter().
Fixes: > libgimp/gimpimagemetadata-save.c:541: Warning: Gimp: gimp_image_metadata_save_filter: return value: Missing (transfer) annotation
This commit is contained in:
parent
db5910818a
commit
7fc963decb
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ gimp_image_metadata_set_xmp_structs (GList *xmp_list,
|
||||||
* This is an alternative to gimp_image_metadata_save_finish when you
|
* This is an alternative to gimp_image_metadata_save_finish when you
|
||||||
* want to save metadata yourself and you need only filtering processing.
|
* want to save metadata yourself and you need only filtering processing.
|
||||||
*
|
*
|
||||||
* Returns: Filtered metadata or NULL in case of failure.
|
* Returns: (transfer full): Filtered metadata or NULL in case of failure.
|
||||||
*
|
*
|
||||||
* Use g_object_unref() when returned metadata are no longer needed
|
* Use g_object_unref() when returned metadata are no longer needed
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue