aboutsummaryrefslogtreecommitdiff
path: root/src/ka-dbus.xml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-03-09 10:55:17 +0100
committerGuido Günther <agx@sigxcpu.org>2011-03-09 10:55:17 +0100
commitb05bdc2712e5f3e0dd1df73f7675462012538a3e (patch)
treed76971cbfd67b2833693d2c985bdb74c0f882704 /src/ka-dbus.xml
parentDocument changes and release 2.91.90-1 (diff)
parentNew upstream version 2.91.91 (diff)
downloadkrb5-auth-dialog-b05bdc2712e5f3e0dd1df73f7675462012538a3e.tar.gz
krb5-auth-dialog-b05bdc2712e5f3e0dd1df73f7675462012538a3e.tar.bz2
krb5-auth-dialog-b05bdc2712e5f3e0dd1df73f7675462012538a3e.zip
Merge commit 'upstream/2.91.91'
Diffstat (limited to 'src/ka-dbus.xml')
-rw-r--r--src/ka-dbus.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/ka-dbus.xml b/src/ka-dbus.xml
deleted file mode 100644
index 9d6b1a4..0000000
--- a/src/ka-dbus.xml
+++ /dev/null
@@ -1,30 +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