]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix gtk_tree_view_get_cursor binding, patch by Hans Vercammen, fixes bug
authorJürg Billeter <j@bitron.ch>
Fri, 17 Oct 2008 11:03:38 +0000 (11:03 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Fri, 17 Oct 2008 11:03:38 +0000 (11:03 +0000)
2008-10-17  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gtk+-2.0/:

Fix gtk_tree_view_get_cursor binding, patch by Hans Vercammen,
fixes bug 555972

* vapi/gtk+-2.0.vapi: regenerated

svn path=/trunk/; revision=1842

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

index 205249e71ab77e0619978c7833eca6b577c0227f..3443aa974d144b208a8fdbbeba392da518a0a616 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-17  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/packages/gtk+-2.0/:
+
+       Fix gtk_tree_view_get_cursor binding, patch by Hans Vercammen,
+       fixes bug 555972
+
+       * vapi/gtk+-2.0.vapi: regenerated
+
 2008-10-17  Jürg Billeter  <j@bitron.ch>
 
        * vapi/libusb.vapi:
index 0f5a1e08a4a79bcd5e84cacb33a6731a33567825..9ae1e41a1d8e2ac00fc2b94f4fb62de54de95d8c 100644 (file)
@@ -1,4 +1,4 @@
-/* gtk+-2.0.vapi generated by vapigen, do not modify. */
+/* gtk+-2.0.vapi generated by lt-vapigen, do not modify. */
 
 [CCode (cprefix = "Gtk", lower_case_cprefix = "gtk_")]
 namespace Gtk {
@@ -5706,7 +5706,7 @@ namespace Gtk {
                public void get_cell_area (Gtk.TreePath path, Gtk.TreeViewColumn column, out Gdk.Rectangle rect);
                public weak Gtk.TreeViewColumn get_column (int n);
                public weak GLib.List get_columns ();
-               public void get_cursor (out weak Gtk.TreePath path, out weak Gtk.TreeViewColumn focus_column);
+               public void get_cursor (out Gtk.TreePath? path, out weak Gtk.TreeViewColumn? focus_column);
                public bool get_dest_row_at_pos (int drag_x, int drag_y, out Gtk.TreePath? path, out Gtk.TreeViewDropPosition pos);
                public void get_drag_dest_row (out Gtk.TreePath? path, out Gtk.TreeViewDropPosition pos);
                public bool get_enable_search ();
index ebe41fa02598391efb4d1a30db21b8e31a174d5e..4b9371565e67c63b888b0a47b0406ffe244fd693 100644 (file)
@@ -435,6 +435,8 @@ gtk_tree_view_column_set_cell_data_func.func_data hidden="1"
 gtk_tree_view_column_set_cell_data_func.destroy hidden="1"
 gtk_tree_view_get_background_area.rect is_out="1"
 gtk_tree_view_get_cell_area.rect is_out="1"
+gtk_tree_view_get_cursor.path value_owned="1" nullable="1"
+gtk_tree_view_get_cursor.focus_column nullable="1"
 gtk_tree_view_get_path_at_pos.path value_owned="1" nullable="1"
 gtk_tree_view_get_path_at_pos.column nullable="1"
 gtk_tree_view_get_path_at_pos.cell_x is_out="1"