summaryrefslogtreecommitdiff
path: root/daemon/dbus/org.gnome.keyring.Daemon.xml
blob: 0cb8ab46704aedd3b302ea29d41f99c26fa5f908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">

<node name="/org/gnome/keyring/daemon">
  <interface name="org.gnome.keyring.Daemon">
    <method name="GetEnvironment">
      <arg name="Environment" type="a{ss}" direction="out"/>
    </method>
    <method name="GetControlDirectory">
      <arg name="ControlDirectory" type="s" direction="out"/>
    </method>
    <method name="GetSecretService">
      <arg name="AppID" type="s" direction="in"/>
      <arg name="DBusName" type="s" direction="out"/>
    </method>
  </interface>
</node>