summaryrefslogtreecommitdiffstats
path: root/src/ck-manager.xml
Commit message (Collapse)AuthorAgeFilesLines
* use spec files directly as introspection xml and try to generate docs on the flyWilliam Jon McCann2008-07-231-70/+0
| | | | | | At one point we had to strip out the docs because dbus-glib didn't support unknown tags. Apparently this is now fixed. Also install the xml to /usr/share/dbus-1/interfaces.
* add GetSessions method to Manager interfaceWilliam Jon McCann2008-01-231-0/+3
|
* initial stop/restart supportWilliam Jon McCann2008-01-221-0/+6
| | | | | | Add Stop and Restart methods to the Manager object. We'll rename the Manager object to System in the near future. Use libpolkit to determine authorization.
* deprecate the user properties and add unix-user propertiesWilliam Jon McCann2007-03-131-0/+5
| | | | | 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-11/+5
| | | | | | The spec is the introspection format extended with docs. There are tools to build docbook and strip the docs to make dbus introspect xml.
* add a tool to autogenerate dbus object ref docsWilliam Jon McCann2007-03-091-3/+9
| | | | | | | 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.
* add a system-idle-hint and system-idle-since-hintWilliam Jon McCann2007-02-201-0/+8
| | | | | The system idle hint is TRUE when there are no busy (ie non-idle) sessions. So the system is idle when there are no sessions or all sessions are idle.
* Initial importWilliam Jon McCann2006-10-251-0/+48