diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-09-21 18:50:31 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-09-21 18:50:44 -0400 |
commit | 47167f59be2f61bd4d7ca3cbbd42df7e3ef5b7e8 (patch) | |
tree | 6e6441612346e690cf7185d9fdaa080ebb2ab1f7 /gtk/gtkflowbox.h | |
parent | e5f365b81e0ce077ac680c087491062b200329d9 (diff) | |
download | gtk+-47167f59be2f61bd4d7ca3cbbd42df7e3ef5b7e8.tar.gz |
flow box: Fix up docs
Diffstat (limited to 'gtk/gtkflowbox.h')
-rw-r--r-- | gtk/gtkflowbox.h | 1 |
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. |