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 ();
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"
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"