summaryrefslogtreecommitdiffstats
path: root/src/ck-seat.xml
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2008-07-23 23:22:36 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2008-07-23 23:22:36 -0400
commite54095996b9066120ebf20011eba199d25422c2f (patch)
tree6d88da2ce0137fed1ece3bf610690e66809f76b0 /src/ck-seat.xml
parent34cefc96f7661ed92927bffa1cf7cbc79a84e5ab (diff)
use spec files directly as introspection xml and try to generate docs on the fly
At one point we had to strip out the docs because dbus-glib didn't support unknown tags. Apparently this is now fixed. Also install the xml to /usr/share/dbus-1/interfaces.
Diffstat (limited to 'src/ck-seat.xml')
-rw-r--r--src/ck-seat.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/ck-seat.xml b/src/ck-seat.xml
deleted file mode 100644
index b66fcaa..0000000
--- a/src/ck-seat.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
-<node>
- <interface name="org.freedesktop.ConsoleKit.Seat">
- <method name="GetId">
- <arg name="sid" direction="out" type="o"/>
- </method>
- <method name="GetSessions">
- <arg name="sessions" direction="out" type="ao"/>
- </method>
- <method name="GetDevices">
- <arg name="devices" direction="out" type="a(ss)"/>
- </method>
- <method name="GetActiveSession">
- <arg name="ssid" direction="out" type="o"/>
- </method>
- <method name="CanActivateSessions">
- <arg name="can_activate" direction="out" type="b"/>
- </method>
- <method name="ActivateSession">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <arg name="ssid" direction="in" type="o"/>
- </method>
- <signal name="ActiveSessionChanged">
- <arg name="ssid" type="o"/>
- </signal>
- <signal name="SessionAdded">
- <arg name="ssid" type="o"/>
- </signal>
- <signal name="SessionRemoved">
- <arg name="ssid" type="o"/>
- </signal>
- <signal name="DeviceAdded">
- <arg name="device" type="(ss)"/>
- </signal>
- <signal name="DeviceRemoved">
- <arg name="device" type="(ss)"/>
- </signal>
- </interface>
-</node>