31
31
public void add_file(GOF.File file, GOF.Directory.Async dir);
32
32
public void remove_file (GOF.File file, GOF.Directory.Async dir);
33
33
public void file_changed (GOF.File file, GOF.Directory.Async dir);
35
35
public static GLib.Type get_type ();
36
36
public bool get_first_iter_for_file (GOF.File file, out Gtk.TreeIter iter);
37
37
public bool get_tree_iter_from_file (GOF.File file, GOF.Directory.Async directory, out Gtk.TreeIter iter);
38
//public void get_directory_file (Gtk.TreePath path, out GOF.Directory.Async directory, out GOF.File file);
39
38
public bool get_directory_file (Gtk.TreePath path, out unowned GOF.Directory.Async directory, out unowned GOF.File file);
40
39
public GOF.File file_for_iter (Gtk.TreeIter iter);