Skip to content

Latest commit

 

History

History
72 lines (70 loc) · 2.22 KB

plugins.qmltypes

File metadata and controls

72 lines (70 loc) · 2.22 KB
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
import QtQuick.tooling 1.2
// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -nonrelocatable com.jolla.connection 1.0'
Module {
dependencies: []
Component {
name: "DeclarativeConnectionAgent"
prototype: "QObject"
exports: ["com.jolla.connection/ConnectionAgent 1.0"]
exportMetaObjectRevisions: [0]
Signal {
name: "userInputRequested"
Parameter { name: "servicePath"; type: "string" }
Parameter { name: "fields"; type: "QVariantMap" }
}
Signal { name: "userInputCanceled" }
Signal {
name: "errorReported"
Parameter { name: "servicePath"; type: "string" }
Parameter { name: "error"; type: "string" }
}
Signal { name: "connectionRequest" }
Signal {
name: "configurationNeeded"
Parameter { name: "type"; type: "string" }
}
Signal {
name: "connectionState"
Parameter { name: "state"; type: "string" }
Parameter { name: "type"; type: "string" }
}
Signal {
name: "browserRequested"
Parameter { name: "url"; type: "string" }
}
Signal {
name: "tetheringFinished"
Parameter { type: "bool" }
}
Method {
name: "sendUserReply"
Parameter { name: "input"; type: "QVariantMap" }
}
Method {
name: "sendConnectReply"
Parameter { name: "replyMessage"; type: "string" }
Parameter { name: "timeout"; type: "int" }
}
Method {
name: "sendConnectReply"
Parameter { name: "replyMessage"; type: "string" }
}
Method {
name: "connectToType"
Parameter { name: "type"; type: "string" }
}
Method {
name: "startTethering"
Parameter { name: "type"; type: "string" }
}
Method {
name: "stopTethering"
Parameter { name: "keepPowered"; type: "bool" }
}
Method { name: "stopTethering" }
}
}