summaryrefslogtreecommitdiff
path: root/saltoqd/com.nokia.profiled.xml
diff options
context:
space:
mode:
Diffstat (limited to 'saltoqd/com.nokia.profiled.xml')
-rw-r--r--saltoqd/com.nokia.profiled.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/saltoqd/com.nokia.profiled.xml b/saltoqd/com.nokia.profiled.xml
new file mode 100644
index 0000000..d90247e
--- /dev/null
+++ b/saltoqd/com.nokia.profiled.xml
@@ -0,0 +1,19 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
+"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node>
+ <interface name="com.nokia.profiled">
+ <signal name="profile_changed">
+ <arg name="changed" type="b" direction="out"/>
+ <arg name="active" type="b" direction="out"/>
+ <arg name="profile" type="s" direction="out"/>
+ <!-- TODO <arg type="a(sss)" direction="out"/> -->
+ </signal>
+ <method name="get_profile">
+ <arg name="profile" type="s" direction="out"/>
+ </method>
+ <method name="set_profile">
+ <arg name="profile" type="s" direction="in"/>
+ <arg name="success" type="b" direction="out"/>
+ </method>
+ </interface>
+</node>