[CCode (has_construct_function = false)]
public TreePath.from_string (string path);
public int get_depth ();
- [CCode (array_length = false)]
+ [CCode (cname = "gtk_tree_path_get_indices_with_depth")]
public unowned int[] get_indices ();
- public int get_indices_with_depth (int depth);
public bool is_ancestor (Gtk.TreePath descendant);
public bool is_descendant (Gtk.TreePath ancestor);
public void next ();
gtk_tree_model_filter_set_visible_func.destroy hidden="1"
gtk_tree_model_sort_convert_child_iter_to_iter.sort_iter is_out="1"
gtk_tree_model_sort_convert_iter_to_child_iter.child_iter is_out="1"
-gtk_tree_path_get_indices is_array="1" no_array_length="1"
+gtk_tree_path_get_indices hidden="1"
+gtk_tree_path_get_indices_with_depth is_array="1" name="get_indices"
+gtk_tree_path_get_indices_with_depth.depth hidden="1"
gtk_tree_path_new_from_indices sentinel="-1"
gtk_tree_path_copy transfer_ownership="1"
# GtkTreePath should be an opaque value type as it is not immutable