diff options
author | William Jon McCann <mccann@jhu.edu> | 2007-03-13 03:42:04 -0400 |
---|---|---|
committer | William Jon McCann <mccann@jhu.edu> | 2007-03-13 03:42:04 -0400 |
commit | 8b42a4928a0a266c3b3ae6bb13997764bc7f6405 (patch) | |
tree | b1b1f06fdd18da4475c0dd773df364be3a0c9be0 /src/ck-seat.xml | |
parent | 4595ab3d4953d6257a6fedfe5b294df67ff3581f (diff) |
add the last bits of spec framework
The spec is the introspection format extended with
docs. There are tools to build docbook and strip
the docs to make dbus introspect xml.
Diffstat (limited to 'src/ck-seat.xml')
-rw-r--r-- | src/ck-seat.xml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/ck-seat.xml b/src/ck-seat.xml index 3e7a0fa..c6d3ed6 100644 --- a/src/ck-seat.xml +++ b/src/ck-seat.xml @@ -1,33 +1,27 @@ -<?xml version="1.0" encoding="UTF-8"?> +<!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="GetActiveSession"> <arg name="ssid" direction="out" type="o"/> </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="sid" type="o"/> + <arg name="ssid" type="o"/> </signal> <signal name="SessionAdded"> - <arg name="sid" type="o"/> + <arg name="ssid" type="o"/> </signal> <signal name="SessionRemoved"> - <arg name="sid" type="o"/> + <arg name="ssid" type="o"/> </signal> </interface> </node> |