summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkflowbox.h')
-rw-r--r--gtk/gtkflowbox.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/gtkflowbox.h b/gtk/gtkflowbox.h
index d620bc4c6d..3625d18ddf 100644
--- a/gtk/gtkflowbox.h
+++ b/gtk/gtkflowbox.h
@@ -72,10 +72,11 @@ struct _GtkFlowBoxChildClass
* @item: (type GObject): the item from the model for which to create a widget for
* @user_data: (closure): 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.
+ * Called for flow boxes that are bound to a `GListModel`.
*
- * Returns: (transfer full): a #GtkWidget that represents @item
+ * This function is called for each item that gets added to the model.
+ *
+ * Returns: (transfer full): a `GtkWidget` that represents @item
*/
typedef GtkWidget * (*GtkFlowBoxCreateWidgetFunc) (gpointer item,
gpointer user_data);