From e568903360be156973c5767cda2f3248e722d507 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Mon, 26 May 2014 09:24:00 -0700 Subject: gtk: fix many callback annotations to include closure information Without this information introspection-based consumers don't realize they can include context information, but instead think that they receive an extra gpointer argument (which they don't know how to handle). https://bugzilla.gnome.org/show_bug.cgi?id=730745 --- gtk/gtkcelllayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkcelllayout.h') diff --git a/gtk/gtkcelllayout.h b/gtk/gtkcelllayout.h index 13cd9b23f9..3e3e33fe69 100644 --- a/gtk/gtkcelllayout.h +++ b/gtk/gtkcelllayout.h @@ -44,7 +44,7 @@ typedef struct _GtkCellLayoutIface GtkCellLayoutIface; * @cell: the cell renderer whose value is to be set * @tree_model: the model * @iter: a #GtkTreeIter indicating the row to set the value for - * @data: user data passed to gtk_cell_layout_set_cell_data_func() + * @data: (closure): user data passed to gtk_cell_layout_set_cell_data_func() * * A function which should set the value of @cell_layout’s cell renderer(s) * as appropriate. -- cgit v1.2.1