~saviq/unity8/build-arm64

« back to all changes in this revision

Viewing changes to plugins/Ubuntu/DownloadDaemonListener/DownloadDaemonListener.qmltypes

  • Committer: Michał Sawicz
  • Date: 2016-07-15 09:51:02 UTC
  • mfrom: (2400.1.142 unity8)
  • Revision ID: michal.sawicz@canonical.com-20160715095102-hf5ac4iqnfn1itpw
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import QtQuick.tooling 1.1
2
 
 
3
 
// This file describes the plugin-supplied types contained in the library.
4
 
// It is used for QML tooling purposes only.
5
 
//
6
 
// This file was auto-generated by:
7
 
// 'qmlplugindump -notrelocatable Ubuntu.DownloadDaemonListener 0.1 plugins'
8
 
 
9
 
Module {
10
 
    Component {
11
 
        name: "DownloadTracker"
12
 
        prototype: "QObject"
13
 
        exports: ["Ubuntu.DownloadDaemonListener/DownloadTracker 0.1"]
14
 
        exportMetaObjectRevisions: [0]
15
 
        Property { name: "service"; type: "string" }
16
 
        Property { name: "dbusPath"; type: "string" }
17
 
        Property { name: "serviceReady"; type: "bool"; isReadonly: true }
18
 
        Signal {
19
 
            name: "serviceChanged"
20
 
            Parameter { name: "service"; type: "string" }
21
 
        }
22
 
        Signal {
23
 
            name: "dbusPathChanged"
24
 
            Parameter { name: "dbusPath"; type: "string" }
25
 
        }
26
 
        Signal {
27
 
            name: "serviceReadyChanged"
28
 
            Parameter { name: "serviceReady"; type: "bool" }
29
 
        }
30
 
        Signal {
31
 
            name: "canceled"
32
 
            Parameter { name: "success"; type: "bool" }
33
 
        }
34
 
        Signal {
35
 
            name: "error"
36
 
            Parameter { name: "error"; type: "string" }
37
 
        }
38
 
        Signal {
39
 
            name: "finished"
40
 
            Parameter { name: "path"; type: "string" }
41
 
        }
42
 
        Signal {
43
 
            name: "paused"
44
 
            Parameter { name: "success"; type: "bool" }
45
 
        }
46
 
        Signal {
47
 
            name: "progress"
48
 
            Parameter { name: "received"; type: "qulonglong" }
49
 
            Parameter { name: "total"; type: "qulonglong" }
50
 
        }
51
 
        Signal {
52
 
            name: "resumed"
53
 
            Parameter { name: "success"; type: "bool" }
54
 
        }
55
 
        Signal {
56
 
            name: "started"
57
 
            Parameter { name: "success"; type: "bool" }
58
 
        }
59
 
    }
60
 
}