-
Notifications
You must be signed in to change notification settings - Fork 20
/
timer.xml
41 lines (41 loc) · 1.23 KB
/
timer.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
41
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<!-- GDBus 2.32.3 -->
<node>
<interface name="de.tvdr.vdr.timer">
<method name="New">
<arg type="s" name="timer" direction="in">
</arg>
<arg type="i" name="replycode" direction="out">
</arg>
<arg type="s" name="replymessage" direction="out">
</arg>
</method>
<method name="Delete">
<arg type="i" name="number" direction="in">
</arg>
<arg type="i" name="replycode" direction="out">
</arg>
<arg type="s" name="replymessage" direction="out">
</arg>
</method>
<method name="List">
<arg type="as" name="timer" direction="out">
</arg>
</method>
<method name="Next">
<arg type="i" name="replycode" direction="out">
</arg>
<arg type="i" name="number" direction="out">
</arg>
<arg type="i" name="seconds" direction="out">
</arg>
<arg type="t" name="start" direction="out">
</arg>
<arg type="t" name="stop" direction="out">
</arg>
<arg type="s" name="title" direction="out">
</arg>
</method>
</interface>
</node>