Based on patch by shuerhaaken.
Fixes bug 695833.
public int get_text_column ();
public int get_tooltip_column ();
public bool get_tooltip_context (out int x, out int y, bool keyboard_tip, out unowned Gtk.TreeModel model, out unowned Gtk.TreePath path, out Gtk.TreeIter iter);
- public bool get_visible_range (out unowned Gtk.TreePath start_path, out unowned Gtk.TreePath end_path);
+ public bool get_visible_range (out Gtk.TreePath start_path, out Gtk.TreePath end_path);
public bool path_is_selected (Gtk.TreePath path);
public void scroll_to_path (Gtk.TreePath path, bool use_align, float row_align, float col_align);
public void select_path (Gtk.TreePath path);
public int get_text_column ();
public int get_tooltip_column ();
public bool get_tooltip_context (out int x, out int y, bool keyboard_tip, out unowned Gtk.TreeModel model, out unowned Gtk.TreePath path, out Gtk.TreeIter iter);
- public bool get_visible_range (out unowned Gtk.TreePath start_path, out unowned Gtk.TreePath end_path);
+ public bool get_visible_range (out Gtk.TreePath start_path, out Gtk.TreePath end_path);
public bool path_is_selected (Gtk.TreePath path);
public void scroll_to_path (Gtk.TreePath path, bool use_align, float row_align, float col_align);
public void select_path (Gtk.TreePath path);
gtk_icon_info_get_embedded_rect.rectangle is_out="1"
gtk_icon_info_load_icon transfer_ownership="1"
gtk_icon_view_get_cursor.path transfer_ownership="1"
+gtk_icon_view_get_visible_range.start_path is_out="1" transfer_ownership="1"
+gtk_icon_view_get_visible_range.end_path is_out="1" transfer_ownership="1"
gtk_icon_view_get_tooltip_context.iter is_out="1"
gtk_icon_view_get_tooltip_context.x is_out="1"
gtk_icon_view_get_tooltip_context.y is_out="1"
gtk_icon_view_get_selected_items transfer_ownership="1" type_arguments="TreePath"
gtk_icon_view_get_cell_rect.cell nullable="1"
gtk_icon_view_get_cell_rect.rect is_out="1"
+gtk_icon_view_get_visible_range.start_path is_out="1" transfer_ownership="1"
+gtk_icon_view_get_visible_range.end_path is_out="1" transfer_ownership="1"
gtk_icon_set_copy transfer_ownership="1"
gtk_icon_set_render_icon deprecated_since="3.0" replacement="set_render_icon_pixbuf"
gtk_icon_source_copy transfer_ownership="1"