summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.h
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-04-12 13:30:04 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2016-04-12 13:30:04 +0200
commitc8d11085740b8c8d67bab01c99ff16efbcc26fe0 (patch)
treefad25c1774d8f510a05a2909b88589d34d8a2b2d /gtk/gtkflowbox.h
parent413d27508f92306bb6daf87426b6444525391f27 (diff)
downloadgtk+-c8d11085740b8c8d67bab01c99ff16efbcc26fe0.tar.gz
gtk: Annotate GtkFlowBoxCreateWidgetFunc as "transfer full"
Diffstat (limited to 'gtk/gtkflowbox.h')
-rw-r--r--gtk/gtkflowbox.h2
1 files changed, 1 insertions, 1 deletions
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
*/