GLArea: Remove wrong transfer annotation on new()
Like other widgets, this returns a floating reference, so (transfer full) is wrong. Just omit the annotation as others do, thus implying (transfer none). Close https://gitlab.gnome.org/GNOME/gtk/issues/156
This commit is contained in:
@ -992,7 +992,7 @@ gtk_gl_area_init (GtkGLArea *area)
|
||||
*
|
||||
* Creates a new #GtkGLArea widget.
|
||||
*
|
||||
* Returns: (transfer full): the newly created #GtkGLArea
|
||||
* Returns: a new #GtkGLArea
|
||||
*
|
||||
* Since: 3.16
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user