From d1cab4fbdd97de9f4ba6da4a2db412eef01cbd42 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Fri, 31 Jul 2020 19:12:40 +0200 Subject: [PATCH] gtk: Add annotations to improve GIR API --- gtk/gtkbuilderscope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkbuilderscope.c b/gtk/gtkbuilderscope.c index 5612dbdfbe..785d590122 100644 --- a/gtk/gtkbuilderscope.c +++ b/gtk/gtkbuilderscope.c @@ -412,7 +412,7 @@ gtk_builder_cscope_init (GtkBuilderCScope *self) * Calling this function is only necessary if you want to add custom * callbacks via gtk_builder_cscope_add_callback_symbol(). * - * Returns: (transfer full): a new #GtkBuilderCScope + * Returns: (transfer full) (type GtkBuilderCScope): a new #GtkBuilderCScope **/ GtkBuilderScope * gtk_builder_cscope_new (void)