From bec4b4163ae65fa271845da6b748456346987c26 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Fri, 17 Aug 2007 11:54:21 -0400 Subject: oops add docs for new seat interfaces --- doc/spec/ck-seat.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'doc/spec') diff --git a/doc/spec/ck-seat.xml b/doc/spec/ck-seat.xml index 1d154e7..0e13a0f 100644 --- a/doc/spec/ck-seat.xml +++ b/doc/spec/ck-seat.xml @@ -38,6 +38,23 @@ seat at a time. + + + + an array of devices + + + + + This gets a list of all the devices + that are currently associated with this seat. + Each device is an D-Bus structure that represents + the device type and the device id. + + + + + @@ -118,5 +135,29 @@ seat at a time. + + + + Device structure + + + + + Emitted when a device has been associated with the seat. + + + + + + + Device structure + + + + + Emitted when a device has been dissociated from the seat. + + + -- cgit