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