-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathplugin.xml
More file actions
25 lines (25 loc) · 798 Bytes
/
plugin.xml
File metadata and controls
25 lines (25 loc) · 798 Bytes
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
<!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.plugin">
<method name="SVDRPCommand">
<arg type="s" name="command" direction="in">
</arg>
<arg type="s" name="option" direction="in">
</arg>
<arg type="i" name="replycode" direction="out">
</arg>
<arg type="s" name="replymessage" direction="out">
</arg>
</method>
<method name="Service">
<arg type="s" name="id" direction="in">
</arg>
<arg type="s" name="data" direction="in">
</arg>
<arg type="b" name="handled" direction="out">
</arg>
</method>
</interface>
</node>