summaryrefslogtreecommitdiffstats
path: root/doc/xml/ref-ck-session.xml
Commit message (Collapse)AuthorAgeFilesLines
* use spec files directly as introspection xml and try to generate docs on the flyWilliam Jon McCann2008-07-231-258/+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.
* regenerate the docs and xml from the specWilliam Jon McCann2008-07-221-1/+5
|
* fix UnixUser to be uintWilliam Jon McCann2008-06-111-4/+4
| | | | Pointed out by Lennart Poettering
* missed a namespace on the permission tagWilliam Jon McCann2007-03-131-2/+2
|
* deprecate the user properties and add unix-user propertiesWilliam Jon McCann2007-03-131-5/+19
| | | | | 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-0/+240
The spec is the introspection format extended with docs. There are tools to build docbook and strip the docs to make dbus introspect xml.