From 161aebe09ad5383b0a5c7a2b0544ec15e0b6d2ea 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 ca19828c5c..f50d268811 100644 --- a/gtk/gtkgraphicsoffload.c +++ b/gtk/gtkgraphicsoffload.c @@ -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 */