summaryrefslogtreecommitdiffstats
path: root/src/ck-seat.h
Commit message (Collapse)AuthorAgeFilesLines
* database: write the console database to disk before signalling via dbusLennart Poettering2009-08-121-0/+2
| | | | | | | We simply change the order how the signal handlers for D-Bus and the database dumping are registered. According to the gobject docs it is guaranteed that the signal handlers are run in the same order as they are registered, so this should be safe and have the desired effect.
* get rid of ck_seat_set_active_session() prototype since no such function existsLennart Poettering2009-08-111-3/+0
|
* maintain a file with the dump of the local databaseDavid Zeuthen2007-10-101-0/+4
| | | | | | | | This feature is useful for programs wanting to read the database without going through the D-Bus interface. This is sometimes desirable when both performance and runtime dependencies are important. For security reasons the file is only readable for the super user.
* Add preliminary support for seats with devicesWilliam Jon McCann2007-07-201-6/+30
|
* add CanActivateSessions to Seat interfaceWilliam Jon McCann2007-03-191-16/+16
| | | | And associated documentation and added to test-fus.
* Initial importWilliam Jon McCann2006-10-251-0/+111