482daf99a0c89d53d5e34eebf77f1f523ccb0da8
[src/app-framework-main.git] / src / afm-system-daemon.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node name="/org/AGL/afm/system">
3   <interface name="org.AGL.afm.system">
4     <method name="install">
5       <arg name="in" type="s" direction="in"/>
6       <arg name="out" type="s" direction="out"/>
7     </method>
8     <method name="uninstall">
9       <arg name="in" type="s" direction="in"/>
10       <arg name="out" type="s" direction="out"/>
11     </method>
12     <signal name="changed">
13       <arg name="out" type="s" direction="out"/>
14     </signal>
15   </interface>
16 </node>