mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-10 06:49:50 -05:00
22 lines
759 B
XML
22 lines
759 B
XML
|
<!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.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="closeAllDatabases">
|
||
|
</method>
|
||
|
</interface>
|
||
|
</node>
|