summaryrefslogtreecommitdiffstats
path: root/src/ck-session.xml
Commit message (Collapse)AuthorAgeFilesLines
* deprecate the user properties and add unix-user propertiesWilliam Jon McCann2007-03-131-0/+4
| | | | | Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
* add the last bits of spec frameworkWilliam Jon McCann2007-03-131-9/+2
| | | | | | The spec is the introspection format extended with docs. There are tools to build docbook and strip the docs to make dbus introspect xml.
* fix the user prop typeWilliam Jon McCann2007-03-091-9/+9
|
* add a few more parameters to session idlWilliam Jon McCann2007-03-091-0/+8
|
* add a tool to autogenerate dbus object ref docsWilliam Jon McCann2007-03-091-2/+7
| | | | | | | I hope I didn't reinvent a wheel but it seems to work much better than hand coding these refentries. Still need to add support for comments and actual descriptions ala gtk-doc.
* rename host-name to remote-host-name to make it more intuitiveWilliam Jon McCann2007-03-051-2/+2
|
* add x11-display-device attributeWilliam Jon McCann2007-03-051-0/+3
| | | | | | In certain cases it is necessary to distinguish the display-device (tty of session leader) from the x11-display-device (tty of xorg process).
* make the idle hint getters sync dbus methodsWilliam Jon McCann2007-02-201-2/+0
| | | | | 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-6/+6
| | | | | 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/+7
| | | | | Added GetCreationTime and GetIdleSince methods. And added the output to the list-sessions tool.
* implement get/set idle methodsWilliam Jon McCann2007-02-151-0/+11
| | | | | 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/+49