diff options
author | 2016-11-04 17:45:33 +0100 | |
---|---|---|
committer | 2016-11-04 17:49:44 +0100 | |
commit | 88258b7f61c2c2c1e61d6fd6cbbb5f1ea489a6e2 (patch) | |
tree | 10c7a94248b6345cae5374adc68fddba7192102c | |
parent | 1876ff11a182afb1cf0180f188a2e13ad7b8095c (diff) |
adding the xml introspection of afm-user-daemon
Change-Id: Ifa30ae67b383e99a190f9e0cd590ee8133bacf65
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | interfaces/afm-user-daemon.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/interfaces/afm-user-daemon.xml b/interfaces/afm-user-daemon.xml new file mode 100644 index 0000000..f243732 --- /dev/null +++ b/interfaces/afm-user-daemon.xml @@ -0,0 +1,45 @@ +<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> +<node path="/org/AGL/afm/user"> + <interface name="org.AGL.afm.user"> + <method name="runnables"> + <arg name="in" type="s" direction="in"/> + <arg name="out" type="s" direction="out"/> + </method> + <method name="detail"> + <arg name="in" type="s" direction="in"/> + <arg name="out" type="s" direction="out"/> + </method> + <method name="start"> + <arg name="in" type="s" direction="in"/> + <arg name="out" type="s" direction="out"/> + </method> + <method name="terminate"> + <arg name="in" type="s" direction="in"/> + <arg name="out" type="s" direction="out"/> + </method> + <method name="stop"> + <arg name="in" type="s" direction="in"/> + <arg name="out" type="s" direction="out"/> + </method> + <method name="continue"> + <arg name="in" type="s" direction="in"/> + <arg name="out" type="s" direction="out"/> + </method> + <method name="runners"> + <arg name="in" type="s" direction="in"/> + <arg name="out" type="s" direction="out"/> + </method> + <method name="state"> + <arg name="in" type="s" direction="in"/> + <arg name="out" type="s" direction="out"/> + </method> + <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> + </interface> +</node> |