15 lines
521 B
XML
15 lines
521 B
XML
<!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="eu.atb.ptu.systemcontrol">
|
|
<signal name="wokeUpFrom">
|
|
<arg name="source" type="y" direction="out"/>
|
|
</signal>
|
|
<method name="startBackgroundTask">
|
|
<arg name="id" type="s" direction="in"/>
|
|
</method>
|
|
<method name="finishedBackgroundTask">
|
|
<arg name="id" type="s" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|