public class Tree {
public void add_monitor ( TreeChangedFunc callback ) ;
public weak TreeDirectory get_directory_from_path ( string path ) ;
public weak string get_menu_file ( ) ;
public weak TreeDirectory get_root_directory ( ) ;
public void** get_user_data ( ) ;
public static weak Tree lookup ( string menu_file,
TreeFlags flags ) ;
public void remove_monitor ( TreeChangedFunc callback ) ;
public void set_user_data ( void** user_data,
GLib.DestroyNotify dnotify ) ;
}

public void add_monitor ( TreeChangedFunc callback ) ;
public weak TreeDirectory get_directory_from_path ( string path ) ;
public weak string get_menu_file ( ) ;
public weak TreeDirectory get_root_directory ( ) ;
public void** get_user_data ( ) ;
public static weak Tree lookup ( string menu_file,
TreeFlags flags ) ;
public void remove_monitor ( TreeChangedFunc callback ) ;
public void set_user_data ( void** user_data,
GLib.DestroyNotify dnotify ) ;
Created by Valadoc