~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to src/marlin.vapi

  • Committer: Fabio Zaramella
  • Date: 2015-02-21 15:29:24 UTC
  • mto: This revision was merged to the branch mainline in revision 1892.
  • Revision ID: ffabio.96.x@gmail.com-20150221152924-he8qdc734m68ttzk
implement [Restore All] in trash toolbar

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        }
47
47
 
48
48
    [CCode (cheader_filename = "marlin-file-utilities.h")]
49
 
    public void restore_files_from_trash (GLib.List<GOF.File> *files, Gtk.Window *parent_window);
50
 
    [CCode (cheader_filename = "marlin-file-utilities.h")]
51
49
    public void get_rename_region (string filename, out int start_offset, out int end_offset, bool select_all);
52
50
 
53
51
    [CCode (cheader_filename = "marlin-icon-renderer.h")]