Bump version to keep in sync with libfso-glib
[specs.git] / xml / org.freesmartphone.Device.PowerControl.xml
blobcf440ad5830a4aa80c3e25006e48c4a968357f69
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node name="/">
4   <interface name="org.freesmartphone.Device.PowerControl">
5     <method name="GetPower">
6       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
7       <arg direction="out" type="b" name="on"/>
8     </method>
9     <method name="SetPower">
10       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
11       <arg direction="in" type="b" name="on"/>
12     </method>
13     <signal name="Power">
14       <arg type="b" name="on"/>
15     </signal>
16   </interface>
17 </node>