summaryrefslogtreecommitdiff
path: root/src/fuel-stop-advisor/amb.xml
blob: 966ec3f9808101e21b0bad3f8d75c4b2002da1fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
                      "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<!-- GDBus 2.40.0 -->
<node>
  <interface name="org.freedesktop.DBus.Properties">
    <method name="Get">
      <arg type="s" name="interface_name" direction="in"/>
      <arg type="s" name="property_name" direction="in"/>
      <arg type="v" name="value" direction="out"/>
    </method>
    <method name="GetAll">
      <arg type="s" name="interface_name" direction="in"/>
      <arg type="a{sv}" name="properties" direction="out"/>
    </method>
    <method name="Set">
      <arg type="s" name="interface_name" direction="in"/>
      <arg type="s" name="property_name" direction="in"/>
      <arg type="v" name="value" direction="in"/>
    </method>
    <signal name="PropertiesChanged">
      <arg type="s" name="interface_name"/>
      <arg type="a{sv}" name="changed_properties"/>
      <arg type="as" name="invalidated_properties"/>
    </signal>
  </interface>
  <interface name="org.automotive.Manager">
    <method name="FindObject">
      <arg type="s" name="searchstring" direction="in">
      </arg>
      <arg type="ao" name="response" direction="out">
      </arg>
    </method>
    <method name="FindObjectForZone">
      <arg type="s" name="searchstring" direction="in">
      </arg>
      <arg type="i" name="zone" direction="in">
      </arg>
      <arg type="o" name="response" direction="out">
      </arg>
    </method>
    <method name="FindObjectForSourceZone">
      <arg type="s" name="searchstring" direction="in">
      </arg>
      <arg type="s" name="source" direction="in">
      </arg>
      <arg type="i" name="zone" direction="in">
      </arg>
      <arg type="o" name="response" direction="out">
      </arg>
    </method>
    <method name="List">
      <arg type="as" name="response" direction="out">
      </arg>
    </method>
    <method name="ZonesForObjectName">
      <arg type="s" name="searchstring" direction="in">
      </arg>
      <arg type="ai" name="response" direction="out">
      </arg>
    </method>
    <method name="SourcesForObjectName">
      <arg type="s" name="searchstring" direction="in">
      </arg>
      <arg type="as" name="response" direction="out">
      </arg>
    </method>
  </interface>
</node>