]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix gtk_tree_view_insert_column_with_data_func binding
authorJürg Billeter <j@bitron.ch>
Wed, 18 Feb 2009 10:16:34 +0000 (10:16 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Wed, 18 Feb 2009 10:16:34 +0000 (10:16 +0000)
2009-02-18  Jürg Billeter  <j@bitron.ch>

* 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

ChangeLog
vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index a12acc43e11fecafb7331d18528ba5eb0d4d39aa..2505afed0c93c3118d0d00d169f68a2eafe743db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-02-18  Jürg Billeter  <j@bitron.ch>
+
+       * 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  <j@bitron.ch>
 
        * gobject/valaccodemethodcallmodule.vala:
index ea3043f4e32f4e5333cad9397f34b07a4072d4b8..e62c011d460a988cbb24ec4beb401c0fe5315a5a 100644 (file)
@@ -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);
index 4a19c4165a32b46813ceb03a58a08f0882f32af8..271726949de0bcf922f89fd727aa4ab5dec17a6d 100644 (file)
@@ -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"