File: org.kde.kgpg.Key.xml

package info (click to toggle)
kgpg 4%3A18.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,168 kB
  • sloc: cpp: 18,911; xml: 159; makefile: 8; sh: 4
file content (16 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (7)
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.kde.kgpg.Key">
    <method name="showKeyInfo">
      <arg name="keyID" type="s" direction="in"/>
    </method>
    <method name="importRemoteKey">
      <arg name="keyID" type="s" direction="in"/>
      <arg type="b" direction="out"/>
    </method>
    <method name="showOptions"/>
    <method name="showKeyServer"/>
    <method name="showKeyManager"/>
  </interface>
</node>