]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: Fix gtk_tree_selection_set_select_function binding
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:34:14 +0000 (16:34 +0200)
vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index 1dfb4b7e58c4575cefdc96960cf32ff79cdede73..c649e1095af08427cd11a96a2f411fb10d6006a7 100644 (file)
@@ -4614,7 +4614,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, GLib.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 f14405d098b9d6549c36130d6ec279686f7ca0ee..0252c7a2334177bdd11d21994b2e070aef390ba6 100644 (file)
@@ -442,6 +442,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"