summaryrefslogtreecommitdiff
path: root/navit/binding/dbus/navit.introspect
blob: 8afea2d6f1c34298a595e4c959c73a5b8e733190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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="org.navit_project.navit">
    <method name="iter_new">
      <arg name="iter" type="o" direction="out"/>
    </method>
    <method name="get_navit">
      <arg name="iter" type="o" direction="in"/>
      <arg name="navit" type="o" direction="out"/>
    </method>
    <method name="iter_destroy">
      <arg name="iter" type="o" direction="in"/>
    </method>
  </interface>
</node>