Drop return value annotation of gtk_graphics_offload_new()

A floating reference is returned, not a full reference. By having no
annotation, like for all other widget constructors, the correct default
is used again.
This commit is contained in:
Sebastian Dröge
2024-04-20 17:35:18 +03:00
committed by Matthias Clasen
parent f0075f2ad6
commit 161aebe09a

View File

@@ -263,7 +263,7 @@ gtk_graphics_offload_class_init (GtkGraphicsOffloadClass *class)
*
* Creates a new GtkGraphicsOffload widget.
*
* Returns: (transfer full): the new widget
* Returns: the new widget
*
* Since: 4.14
*/