~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to libcore/pantheon-files-core-C.vapi

  • Committer: jeremy at elementaryos
  • Date: 2014-11-13 20:24:33 UTC
  • mto: (1459.3.2 all-views-vala-local-find)
  • mto: This revision was merged to the branch mainline in revision 1643.
  • Revision ID: jeremy@elementaryos.org-20141113202433-zuus66rud9novcbq
Remove unnecessary comment lines, remove redundant files, remove or revise TODOs and FIXMEs, update about dialog authors list and AUTHORS file

Show diffs side-by-side

added added

removed removed

Lines of Context:
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);
34
 
        public unowned GOF.File file_for_path(Gtk.TreePath path); /* FIXME - is unowned correct? */
 
34
        public unowned GOF.File file_for_path(Gtk.TreePath path);
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);
41
40
        public void clear ();