]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Fix TreeView.is_blank_at_pos()
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 2 Mar 2018 14:34:39 +0000 (15:34 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 16 Apr 2018 19:04:37 +0000 (21:04 +0200)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index d27a9dee84ff6037e47e22fe3efd277818ceeb59..467d8e27cdc42ebb80b0941f0e3c2d7ae03d6753 100644 (file)
@@ -6384,7 +6384,7 @@ namespace Gtk {
                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, owned Gtk.TreeCellDataFunc func);
-               public bool is_blank_at_pos (int x, int y, out Gtk.TreePath path, out Gtk.TreeViewColumn column, out int cell_x, out int cell_y);
+               public bool is_blank_at_pos (int x, int y, out Gtk.TreePath? path, out unowned Gtk.TreeViewColumn? column, out int cell_x, out int cell_y);
                [CCode (cname = "gtk_tree_view_row_expanded")]
                public bool is_row_expanded (Gtk.TreePath path);
                public bool is_rubber_banding_active ();
index 5e574103c7b8f4d9cfddc119b5a7b72bf83f5d54..631d8aaf63685da009a4bb84647b9c872908bf32 100644 (file)
@@ -1022,10 +1022,6 @@ 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_is_blank_at_pos.path transfer_ownership="1"
-gtk_tree_view_is_blank_at_pos.column transfer_ownership="1"
-gtk_tree_view_is_blank_at_pos.cell_x is_out="1"
-gtk_tree_view_is_blank_at_pos.cell_y is_out="1"
 gtk_tree_view_map_expanded_rows.data hidden="1"
 gtk_tree_view_row_expanded name="is_row_expanded"
 gtk_tree_view_set_column_drag_function.func transfer_ownership="1"
index bbbea14a3c5e585e7a063ec24c8d9e6eff0f1927..558e806072d560ad051c0bd5827871b3c31a42bc 100644 (file)
@@ -1682,8 +1682,8 @@ 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_is_blank_at_pos.path transfer_ownership="1"
-gtk_tree_view_is_blank_at_pos.column transfer_ownership="1"
+gtk_tree_view_is_blank_at_pos.path transfer_ownership="1" nullable="1"
+gtk_tree_view_is_blank_at_pos.column nullable="1"
 gtk_tree_view_is_blank_at_pos.cell_x is_out="1"
 gtk_tree_view_is_blank_at_pos.cell_y is_out="1"
 gtk_tree_view_map_expanded_rows.data hidden="1"