]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: Fix gtk_tree_selection_set_select_function binding 0.6
authorJim Nelson <jim@yorba.org>
Fri, 17 Apr 2009 14:34:14 +0000 (16:34 +0200)
committerAli Sabil <ali.sabil@gmail.com>
Fri, 17 Apr 2009 14:37:55 +0000 (16:37 +0200)
vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index b9fb3e6e45e4a0f19a3435295b4136cec6ff3ab9..8906175d9a89e5fbf9319874538ec6a6d8d0e25c 100644 (file)
@@ -4404,7 +4404,7 @@ namespace Gtk {
                public void select_range (Gtk.TreePath start_path, Gtk.TreePath end_path);
                public void selected_foreach (Gtk.TreeSelectionForeachFunc func);
                public void set_mode (Gtk.SelectionMode type);
-               public void set_select_function (Gtk.TreeSelectionFunc func, void* data, Gtk.DestroyNotify destroy);
+               public void set_select_function (Gtk.TreeSelectionFunc func, GLib.DestroyNotify? destroy);
                public void unselect_all ();
                public void unselect_iter (Gtk.TreeIter iter);
                public void unselect_path (Gtk.TreePath path);
index 539f056f529d0525975e3915ccf851f853e6204f..6deb384057afc45dae868d2914b057a17dbe24bd 100644 (file)
@@ -441,6 +441,8 @@ gtk_tree_row_reference_get_path transfer_ownership="1"
 gtk_tree_selection_get_selected.iter is_out="1"
 gtk_tree_selection_get_selected_rows transfer_ownership="1" type_arguments="TreePath"
 gtk_tree_selection_selected_foreach.data hidden="1"
+gtk_tree_selection_set_select_function.data hidden="1"
+gtk_tree_selection_set_select_function.destroy nullable="1"
 gtk_tree_store_new ellipsis="1"
 gtk_tree_store_newv.n_columns hidden="1"
 gtk_tree_store_newv.types array_length_pos="0.9"