Welcome to mirror list, hosted at ThFree Co, Russian Federation.

org.keepassxc.KeePassXC.MainWindow.xml « gui « src - github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 635a66b935c91da92ff7cbb9230b7a27225c663f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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.keepassxc.KeePassXC.MainWindow">
    <method name="openDatabase">
      <arg name="fileName" type="s" direction="in"/>
      <arg name="pw" type="s" direction="in"/>
      <arg name="keyFile" type="s" direction="in"/>
    </method>
    <method name="openDatabase">
      <arg name="fileName" type="s" direction="in"/>
      <arg name="pw" type="s" direction="in"/>
    </method>
    <method name="openDatabase">
      <arg name="fileName" type="s" direction="in"/>
    </method>
    <method name="appExit">
    </method>
    <method name="lockAllDatabases">
    </method>
    <method name="closeAllDatabases">
    </method>
  </interface>
</node>