aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-applet-dbus.xml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-03-01 15:00:15 +0100
committerGuido Günther <agx@sigxcpu.org>2009-03-01 15:00:15 +0100
commitd0f7048e94abe3371aeeba6f5cd115959e332b09 (patch)
treec4bca2f9d8c6e2646cee38f6ababc8ac1634887b /src/krb5-auth-applet-dbus.xml
parentImported Upstream version 0.8 (diff)
downloadkrb5-auth-dialog-d0f7048e94abe3371aeeba6f5cd115959e332b09.tar.gz
krb5-auth-dialog-d0f7048e94abe3371aeeba6f5cd115959e332b09.tar.bz2
krb5-auth-dialog-d0f7048e94abe3371aeeba6f5cd115959e332b09.zip
Imported Upstream version 0.8+svn128
Diffstat (limited to 'src/krb5-auth-applet-dbus.xml')
-rw-r--r--src/krb5-auth-applet-dbus.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/krb5-auth-applet-dbus.xml b/src/krb5-auth-applet-dbus.xml
new file mode 100644
index 0000000..eeb151d
--- /dev/null
+++ b/src/krb5-auth-applet-dbus.xml
@@ -0,0 +1,14 @@
+<?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>
+ </interface>
+</node>
+
bgstack15