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">
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"/>
9 <method name="SetPower">
10 <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
11 <arg direction="in" type="b" name="on"/>
14 <arg type="b" name="on"/>