summaryrefslogtreecommitdiffstats
path: root/doc/xml
Commit message (Collapse)AuthorAgeFilesLines
* reorganize the docs a bitWilliam Jon McCann2008-07-305-838/+0
|
* pull updated DTD and xsl from DeviceKit-disksWilliam Jon McCann2008-07-241-32/+139
|
* fix distcheckWilliam Jon McCann2008-07-241-1/+1
|
* still having problems using xincludeWilliam Jon McCann2008-07-241-4/+1
|
* fix the includesWilliam Jon McCann2008-07-232-35/+3
|
* add missing bitsWilliam Jon McCann2008-07-231-0/+23
|
* use spec files directly as introspection xml and try to generate docs on the flyWilliam Jon McCann2008-07-235-544/+468
| | | | | | 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
* add GetSessions method to Manager interfaceWilliam Jon McCann2008-01-231-1/+9
|
* initial stop/restart supportWilliam Jon McCann2008-01-221-2/+8
| | | | | | 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-10/+23
|
* add CanActivateSessions to Seat interfaceWilliam Jon McCann2007-03-192-5/+16
| | | | And associated documentation and added to test-fus.
* more typos in docsWilliam Jon McCann2007-03-151-2/+2
|
* typoWilliam Jon McCann2007-03-151-1/+1
|
* add some more docsWilliam Jon McCann2007-03-143-4/+213
|
* 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-7/+32
| | | | | Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
* add more doc stubsWilliam Jon McCann2007-03-133-0/+37
|
* add the last bits of spec frameworkWilliam Jon McCann2007-03-134-0/+506
The spec is the introspection format extended with docs. There are tools to build docbook and strip the docs to make dbus introspect xml.