diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-06-15 18:18:45 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-06-15 18:18:45 +0200 |
commit | 2010fc2e813ac24e35416edea553eaef938e3bd3 (patch) | |
tree | d09be582816353cb3167447f1e43ba8f7de9ab2f /src/krb5-auth-applet-dbus.xml | |
parent | document changes and release 0.10-1 (diff) | |
parent | Imported Upstream version 0.11 (diff) | |
download | krb5-auth-dialog-2010fc2e813ac24e35416edea553eaef938e3bd3.tar.gz krb5-auth-dialog-2010fc2e813ac24e35416edea553eaef938e3bd3.tar.bz2 krb5-auth-dialog-2010fc2e813ac24e35416edea553eaef938e3bd3.zip |
Merge commit 'upstream/0.11'
Diffstat (limited to 'src/krb5-auth-applet-dbus.xml')
-rw-r--r-- | src/krb5-auth-applet-dbus.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/krb5-auth-applet-dbus.xml b/src/krb5-auth-applet-dbus.xml index eeb151d..c96126c 100644 --- a/src/krb5-auth-applet-dbus.xml +++ b/src/krb5-auth-applet-dbus.xml @@ -9,6 +9,11 @@ <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> |