From 4f4fe4ef44c9fa8109cd7a66ce65d87745ead929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 20 Apr 2024 17:35:18 +0300 Subject: [PATCH] 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. --- gtk/gtkgraphicsoffload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkgraphicsoffload.c b/gtk/gtkgraphicsoffload.c index a3300614f5..4ad2c424da 100644 --- a/gtk/gtkgraphicsoffload.c +++ b/gtk/gtkgraphicsoffload.c @@ -292,7 +292,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 */