summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-09-21 18:50:31 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-09-21 18:50:44 -0400
commit47167f59be2f61bd4d7ca3cbbd42df7e3ef5b7e8 (patch)
tree6e6441612346e690cf7185d9fdaa080ebb2ab1f7 /gtk/gtkflowbox.h
parente5f365b81e0ce077ac680c087491062b200329d9 (diff)
downloadgtk+-47167f59be2f61bd4d7ca3cbbd42df7e3ef5b7e8.tar.gz
flow box: Fix up docs
Diffstat (limited to 'gtk/gtkflowbox.h')
-rw-r--r--gtk/gtkflowbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkflowbox.h b/gtk/gtkflowbox.h
index 2384ff5bea..f15a86a98f 100644
--- a/gtk/gtkflowbox.h
+++ b/gtk/gtkflowbox.h
@@ -102,6 +102,7 @@ struct _GtkFlowBoxChildClass
/**
* GtkFlowBoxCreateWidgetFunc:
* @item: the item from the model for which to create a widget for
+ * @user_data: user data from gtk_flow_box_bind_model()
*
* 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.