blob: c96126cca99fad33530b0dc1048bf1888292ccd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?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>
<method name="destroyCCache">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ka_dbus_destroy_ccache"/>
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="b" name="success" direction="out"/>
</method>
</interface>
</node>
|