From: Jürg Billeter Date: Wed, 18 Feb 2009 10:16:34 +0000 (+0000) Subject: Fix gtk_tree_view_insert_column_with_data_func binding X-Git-Tag: 0.5.7~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f69ce8e60107f832ef48ef480d3848806ec0eb34;p=thirdparty%2Fvala.git Fix gtk_tree_view_insert_column_with_data_func binding 2009-02-18 Jürg Billeter * vapi/packages/gtk+-2.0/: Fix gtk_tree_view_insert_column_with_data_func binding * vapi/gtk+-2.0.vapi: regenerated svn path=/trunk/; revision=2451 --- diff --git a/ChangeLog b/ChangeLog index a12acc43e..2505afed0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-02-18 Jürg Billeter + + * vapi/packages/gtk+-2.0/: + + Fix gtk_tree_view_insert_column_with_data_func binding + + * vapi/gtk+-2.0.vapi: regenerated + 2009-02-17 Jürg Billeter * gobject/valaccodemethodcallmodule.vala: diff --git a/vapi/gtk+-2.0.vapi b/vapi/gtk+-2.0.vapi index ea3043f4e..e62c011d4 100644 --- a/vapi/gtk+-2.0.vapi +++ b/vapi/gtk+-2.0.vapi @@ -4510,7 +4510,7 @@ namespace Gtk { public void get_visible_rect (out Gdk.Rectangle visible_rect); public int insert_column (Gtk.TreeViewColumn column, int position); public int insert_column_with_attributes (int position, string? title, Gtk.CellRenderer cell, ...); - public int insert_column_with_data_func (int position, string title, Gtk.CellRenderer cell, Gtk.TreeCellDataFunc func, void* data, GLib.DestroyNotify dnotify); + public int insert_column_with_data_func (int position, string title, Gtk.CellRenderer cell, owned Gtk.TreeCellDataFunc func); public bool is_rubber_banding_active (); public void map_expanded_rows (Gtk.TreeViewMappingFunc func, void* data); public void move_column_after (Gtk.TreeViewColumn column, Gtk.TreeViewColumn base_column); diff --git a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata index 4a19c4165..271726949 100644 --- a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata +++ b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata @@ -489,6 +489,9 @@ gtk_tree_view_get_tooltip_context.iter is_out="1" gtk_tree_view_get_visible_rect.visible_rect is_out="1" gtk_tree_view_insert_column_with_attributes ellipsis="1" gtk_tree_view_insert_column_with_attributes.title nullable="1" +gtk_tree_view_insert_column_with_data_func.func transfer_ownership="1" +gtk_tree_view_insert_column_with_data_func.data hidden="1" +gtk_tree_view_insert_column_with_data_func.dnotify hidden="1" gtk_tree_view_set_model.model nullable="1" gtk_tree_view_set_search_equal_func.search_equal_func transfer_ownership="1" gtk_tree_view_set_search_equal_func.search_user_data hidden="1"