From c8d11085740b8c8d67bab01c99ff16efbcc26fe0 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Tue, 12 Apr 2016 13:30:04 +0200 Subject: [PATCH] gtk: Annotate GtkFlowBoxCreateWidgetFunc as "transfer full" --- gtk/gtkflowbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkflowbox.h b/gtk/gtkflowbox.h index 0b6ad4dc8f..ff2a6be0da 100644 --- a/gtk/gtkflowbox.h +++ b/gtk/gtkflowbox.h @@ -107,7 +107,7 @@ struct _GtkFlowBoxChildClass * Called for flow boxes that are bound to a #GListModel with * gtk_flow_box_bind_model() for each item that gets added to the model. * - * Returns: a #GtkWidget that represents @item + * Returns: (transfer full): a #GtkWidget that represents @item * * Since: 3.18 */