aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-applet-dbus.xml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-05-04 07:51:21 +0200
committerGuido Günther <agx@sigxcpu.org>2010-05-04 07:51:21 +0200
commit29320e2db78ba6e6b56af39219b0ce213b77592b (patch)
treeab74eb3246190f92d2b7a3eb82aa73c7d5a8f67b /src/krb5-auth-applet-dbus.xml
parentImported Upstream version 0.15 (diff)
downloadkrb5-auth-dialog-29320e2db78ba6e6b56af39219b0ce213b77592b.tar.gz
krb5-auth-dialog-29320e2db78ba6e6b56af39219b0ce213b77592b.tar.bz2
krb5-auth-dialog-29320e2db78ba6e6b56af39219b0ce213b77592b.zip
Imported Upstream version 0.16~rc1
Diffstat (limited to 'src/krb5-auth-applet-dbus.xml')
-rw-r--r--src/krb5-auth-applet-dbus.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/krb5-auth-applet-dbus.xml b/src/krb5-auth-applet-dbus.xml
deleted file mode 100644
index 0908ec6..0000000
--- a/src/krb5-auth-applet-dbus.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?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>
-
bgstack15