diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-05-04 07:51:30 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-05-04 07:51:30 +0200 |
commit | 6c36311e345b9d3dcd6541b618e389e5ee2413a1 (patch) | |
tree | 343979035ad4ddfc8925357aa7934fa8ba8b5cc0 /src/ka-dbus.xml | |
parent | document changes and release 0.15-1 (diff) | |
parent | Imported Upstream version 0.16~rc1 (diff) | |
download | krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.tar.gz krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.tar.bz2 krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.zip |
Merge commit 'upstream/0.16.rc1'
Diffstat (limited to 'src/ka-dbus.xml')
-rw-r--r-- | src/ka-dbus.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ka-dbus.xml b/src/ka-dbus.xml new file mode 100644 index 0000000..9d6b1a4 --- /dev/null +++ b/src/ka-dbus.xml @@ -0,0 +1,30 @@ +<?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> + <signal name="krb_tgt_acquired"> + <arg type="s" name="principal" direction ="out"/> + <arg type="u" name="expiry" direction ="out"/> + </signal> + <signal name="krb_tgt_renewed"> + <arg type="s" name="principal" direction ="out"/> + <arg type="u" name="expiry" direction ="out"/> + </signal> + <signal name="krb_tgt_expired"> + <arg type="s" name="principal" direction ="out"/> + <arg type="u" name="expiry" direction ="out"/> + </signal> + </interface> +</node> |