summaryrefslogtreecommitdiffstats
path: root/src/ck-session.h
Commit message (Collapse)AuthorAgeFilesLines
* make the idle hint getters sync dbus methodsWilliam Jon McCann2007-02-201-2/+4
| | | | | This makes it easier to use from C code. Also fix a bug where we weren't emitting the argument in the idle-hint-changed signal.
* rename idle methods and signal to indicate they are hintsWilliam Jon McCann2007-02-201-12/+12
| | | | | Rename GetIdle to GetIdleHint (etc) to make it clear that these are not authoritative properties.
* add creation and idle-since timesWilliam Jon McCann2007-02-151-0/+5
| | | | | Added GetCreationTime and GetIdleSince methods. And added the output to the list-sessions tool.
* implement get/set idle methodsWilliam Jon McCann2007-02-151-3/+4
| | | | | Add the GetIdle and SetIdle methods, and the IdleChanged signal. SetIdle is restricted to the uid of the session in question.
* Initial importWilliam Jon McCann2006-10-251-0/+156