public class TreePath : Boxed {
public TreePath ( ) ;
public TreePath.first ( ) ;
public TreePath.from_indices ( ... ) ;
public TreePath.from_string ( string path ) ;
public void append_index ( int index_ ) ;
public int compare ( TreePath b ) ;
public TreePath copy ( ) ;
public void down ( ) ;
public int get_depth ( ) ;
public weak int[] get_indices ( ) ;
public bool is_ancestor ( TreePath descendant ) ;
public bool is_descendant ( TreePath ancestor ) ;
public void next ( ) ;
public void prepend_index ( int index_ ) ;
public bool prev ( ) ;
public weak string to_string ( ) ;
public bool up ( ) ;
}

public TreePath ( ) ;
public TreePath.first ( ) ;
public TreePath.from_indices ( ... ) ;
public TreePath.from_string ( string path ) ;
public void append_index ( int index_ ) ;
public int compare ( TreePath b ) ;
public TreePath copy ( ) ;
public void down ( ) ;
public int get_depth ( ) ;
public weak int[] get_indices ( ) ;
public bool is_ancestor ( TreePath descendant ) ;
public bool is_descendant ( TreePath ancestor ) ;
public void next ( ) ;
public void prepend_index ( int index_ ) ;
public bool prev ( ) ;
public weak string to_string ( ) ;
public bool up ( ) ;
Created by Valadoc