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
1 changed files with 1 additions and 3 deletions

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
**/