File: org.kde.kmymoney.xml

package info (click to toggle)
kmymoney 5.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 62,472 kB
  • sloc: cpp: 150,812; sh: 469; python: 425; xml: 249; perl: 169; makefile: 13
file content (12 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
<!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.kde.kmymoney">
    <method name="filename">
      <arg type="s" direction="out"/>
    </method>
    <method name="webConnect">
      <arg name="url" type="s" direction="in"/>
      <arg name="asn_id" type="ay" direction="in"/>
    </method>
  </interface>
</node>