summaryrefslogtreecommitdiffstats
path: root/src/afm-system-daemon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/afm-system-daemon.xml')
-rw-r--r--src/afm-system-daemon.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/afm-system-daemon.xml b/src/afm-system-daemon.xml
new file mode 100644
index 0000000..482daf9
--- /dev/null
+++ b/src/afm-system-daemon.xml
@@ -0,0 +1,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>