From: Rico Tzschichholz Date: Fri, 2 Mar 2018 14:43:45 +0000 (+0100) Subject: gtk+-4.0: Fix TreeView.is_blank_at_pos() X-Git-Tag: 0.38.9~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53401c26fbacf901c4be43e49ce7ccb1ec4dd411;p=thirdparty%2Fvala.git gtk+-4.0: Fix TreeView.is_blank_at_pos() --- 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")]