aboutsummaryrefslogtreecommitdiff
path: root/spec/introspect/Subscriber.xml
blob: 637ba79e94283c1604f0369103c52689494c3e1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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="/">
  <interface name="org.freedesktop.ContextKit.Subscriber">
    <method name="Subscribe">
      <arg name="keys" type="as" direction="in"/>
      <arg name="values" type="a{sv}" direction="out"/>
      <arg name="undeterminable_keys" type="as" direction="out"/>
    </method>
    <signal name="Changed">
      <arg name="values" type="a{sv}"/>
      <arg name="undeterminable_keys" type="as"/>
    </signal>
    <method name="Unsubscribe">
      <arg name="keys" type="as" direction="in"/>
    </method>
  </interface>
</node>