21 lines
864 B
XML
21 lines
864 B
XML
<?xml version="1.0"?>
|
|
<!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="org.freedesktop.DBus.Properties">
|
|
<method name="Get">
|
|
<arg name="interface" type="s" direction="in"/>
|
|
<arg name="propname" type="s" direction="in"/>
|
|
<arg name="value" type="v" direction="out"/>
|
|
</method>
|
|
<method name="GetAll">
|
|
<arg name="interface" type="s" direction="in"/>
|
|
<arg name="props" type="a{sv}" direction="out"/>
|
|
</method>
|
|
<method name="Set">
|
|
<arg name="interface" type="s" direction="in"/>
|
|
<arg name="propname" type="s" direction="in"/>
|
|
<arg name="value" type="v" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node> |