summaryrefslogtreecommitdiffstats
path: root/doc/spec
Commit message (Collapse)AuthorAgeFilesLines
* use spec files directly as introspection xml and try to generate docs on the flyWilliam Jon McCann2008-07-233-941/+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 GetLoginSessionId to exported interfaceWilliam Jon McCann2008-07-221-0/+13
|
* fix UnixUser to be uintWilliam Jon McCann2008-06-111-2/+2
| | | | Pointed out by Lennart Poettering
* add GetSessions method to Manager interfaceWilliam Jon McCann2008-01-231-0/+17
|
* initial stop/restart supportWilliam Jon McCann2008-01-221-0/+18
| | | | | | 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.
* oops add docs for new seat interfacesWilliam Jon McCann2007-08-171-0/+41
|
* add CanActivateSessions to Seat interfaceWilliam Jon McCann2007-03-191-0/+12
| | | | And associated documentation and added to test-fus.
* 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-132-0/+43
| | | | | 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-133-0/+797
The spec is the introspection format extended with docs. There are tools to build docbook and strip the docs to make dbus introspect xml.