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/gtktreeviewcolumn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtktreeviewcolumn.c') diff --git a/gtk/gtktreeviewcolumn.c b/gtk/gtktreeviewcolumn.c index c2439eadae..64429fa845 100644 --- a/gtk/gtktreeviewcolumn.c +++ b/gtk/gtktreeviewcolumn.c @@ -1823,7 +1823,7 @@ gtk_tree_view_column_set_attributes (GtkTreeViewColumn *tree_column, * @tree_column: A #GtkTreeViewColumn * @cell_renderer: A #GtkCellRenderer * @func: (allow-none): The #GtkTreeCellDataFunc to use. - * @func_data: The user data for @func. + * @func_data: (closure): The user data for @func. * @destroy: The destroy notification for @func_data * * Sets the #GtkTreeCellDataFunc to use for the column. This -- cgit v1.2.1