2017-02-10 09:42:18 -05:00
|
|
|
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
|
|
<node>
|
2018-01-15 18:49:32 -05:00
|
|
|
<interface name="org.keepassxc.KeePassXC.MainWindow">
|
2017-02-10 09:42:18 -05:00
|
|
|
<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>
|
2018-01-15 18:49:32 -05:00
|
|
|
<method name="lockAllDatabases">
|
|
|
|
</method>
|
2017-02-10 09:42:18 -05:00
|
|
|
<method name="closeAllDatabases">
|
|
|
|
</method>
|
|
|
|
</interface>
|
|
|
|
</node>
|