~jeremywootten/pantheon-files/fix-798470-merge-files-to-folder-by-drag-drop

« back to all changes in this revision

Viewing changes to src/marlin.vapi

  • Committer: Jeremy Wootten
  • Date: 2017-02-04 13:49:19 UTC
  • mfrom: (2059.7.373 pantheon-files)
  • Revision ID: jeremy@elementaryos.org-20170204134919-mwqifywrxod1jtrz
Merge trunk to r2470

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
 
13
13
namespace Marlin {
14
 
    [CCode (cheader_filename = "marlin-thumbnailer.h")]
15
 
    public class Thumbnailer : GLib.Object {
16
 
        public static Thumbnailer get();
17
 
        public bool queue_file (GOF.File file, out uint request, bool large);
18
 
        public bool queue_files (GLib.List<GOF.File> files, out uint request, bool large);
19
 
        public void dequeue (uint request);
20
 
    }
21
14
 
22
15
    [CCode (cprefix = "MarlinConnectServer", lower_case_cprefix = "marlin_connect_server_")]
23
16
    namespace ConnectServer {