aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-applet-dbus.xml
blob: eeb151d5ca3d0648f9ba33e4a0ef22e187ce054c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/org/gnome/KrbAuthDialog">
  <interface name="org.gnome.KrbAuthDialog">
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="KaApplet"/>
    <method name="acquireTgt">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ka_dbus_acquire_tgt"/>
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="principal" direction="in" />
      <arg type="b" name="success" direction="out"/>
    </method>
  </interface>
</node>

bgstack15