1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

libgimp: fix annotations for gimp_brush_get_by_name().

Similarly to how we handled image items, all resources are handled and stored by
the plug-in infrastructure and should not be destroyed. This wrong annotation
was triggering bindings to unref resources when going out of scope, hence
crashing plug-ins.
This commit is contained in:
Jehan
2023-07-11 11:58:31 +02:00
parent d54c511968
commit 4f69995b46

View File

@@ -78,9 +78,7 @@ gimp_brush_new (const gchar *name)
*
* Returns the brush with the given name.
*
* Returns the brush with the given name.
*
* Returns: (transfer full): The brush.
* Returns: (transfer none): The brush.
*
* Since: 3.0
**/