aboutsummaryrefslogtreecommitdiff
path: root/spec/introspect/Manager.xml
blob: 8178c7670a2f87854b0a0f43245eda07bc69585e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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.Manager">
    <method name="Get">
      <arg name="keys" type="as" direction="in"/>
      <arg name="values" type="a{sv}" direction="out"/>
      <arg name="undeterminable_keys" type="as" direction="out"/>
    </method>
    <method name="GetSubscriber">
      <arg name="subscription_object" type="o" direction="out"/>
    </method>
  </interface>
</node>