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:
Daniel Boles
2018-04-04 12:00:52 +01:00
parent 4b95d74068
commit 46dac1aba4

View File

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