-
Notifications
You must be signed in to change notification settings - Fork 0
/
qlipmon.xml
40 lines (40 loc) · 1.43 KB
/
qlipmon.xml
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
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="DOMAIN.DOMAIN">
<property name="broadcast" type="b" access="readwrite"/>
<signal name="updated">
<arg name="text" type="s" direction="out"/>
<arg name="mode" type="i" direction="out"/>
</signal>
<method name="setText">
<arg name="text" type="s" direction="in"/>
<arg name="mode" type="i" direction="in"/>
</method>
<method name="setText">
<arg name="text" type="s" direction="in"/>
</method>
<method name="getLastText">
<arg type="s" direction="out"/>
<arg name="mode" type="i" direction="in"/>
</method>
<method name="getLastText">
<arg type="s" direction="out"/>
</method>
<method name="getTextHistory">
<arg type="as" direction="out"/>
<arg name="mode" type="i" direction="in"/>
<arg name="duplicates" type="b" direction="in"/>
</method>
<method name="getTextHistory">
<arg type="as" direction="out"/>
<arg name="mode" type="i" direction="in"/>
</method>
<method name="getTextHistory">
<arg type="as" direction="out"/>
</method>
<method name="getHistory">
<arg type="a(tsix)" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList<database_entry>" />
</method>
</interface>
</node>