aboutsummaryrefslogtreecommitdiff
path: root/spec/introspect/ContextKit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/introspect/ContextKit.xml')
-rw-r--r--spec/introspect/ContextKit.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/spec/introspect/ContextKit.xml b/spec/introspect/ContextKit.xml
new file mode 100644
index 00000000..a7f0f234
--- /dev/null
+++ b/spec/introspect/ContextKit.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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/maemo/contextkit/Some/Property">
+ <interface name="org.maemo.contextkit.Property">
+ <method name="Subscribe">
+ <arg name="value" type="av" direction="out"/>
+ <arg name="timestamp" type="t" direction="out"/>
+ </method>
+ <method name="Unsubscribe"/>
+ <method name="Get">
+ <arg name="value" type="av" direction="out"/>
+ <arg name="timestamp" type="t" direction="out"/>
+ </method>
+ <signal name="Changed">
+ <arg name="value" type="av"/>
+ <arg name="timestamp" type="t"/>
+ </signal>
+ </interface>
+</node>