]> 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>
Fri, 2 Mar 2018 15:11:44 +0000 (16:11 +0100)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 1b97535304f04f51f681e28acbd1e7be391046db..4f9da273b49bb842146ac4aeb7854c1c4fb0bdcd 100644 (file)
@@ -6383,7 +6383,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 06388e73528fa1e2873948a92c8c51862f4dc635..e0d27d9aa5631b373498ecc1c6e441fb33be5dc9 100644 (file)
@@ -1023,10 +1023,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 bf0ef40e424c0acc0501a7b75758162c53925819..e9fb74a420a581702279aa088596381ac27fc0f0 100644 (file)
@@ -1683,8 +1683,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"