From 53401c26fbacf901c4be43e49ce7ccb1ec4dd411 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Fri, 2 Mar 2018 15:43:45 +0100 Subject: [PATCH] gtk+-4.0: Fix TreeView.is_blank_at_pos() --- vapi/gtk+-4.0.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi index 8a145ab22..fad815497 100644 --- a/vapi/gtk+-4.0.vapi +++ b/vapi/gtk+-4.0.vapi @@ -13654,7 +13654,7 @@ namespace Gtk { 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); [Version (since = "3.0")] - 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); [Version (since = "2.12")] -- 2.47.2