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:
@ -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 the brush with the given name.
|
* Returns: (transfer none): The brush.
|
||||||
*
|
|
||||||
* Returns: (transfer full): The brush.
|
|
||||||
*
|
*
|
||||||
* Since: 3.0
|
* Since: 3.0
|
||||||
**/
|
**/
|
||||||
|
Reference in New Issue
Block a user