Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorganize the docs a bit | William Jon McCann | 2008-07-30 | 5 | -838/+0 |
| | |||||
* | pull updated DTD and xsl from DeviceKit-disks | William Jon McCann | 2008-07-24 | 1 | -32/+139 |
| | |||||
* | fix distcheck | William Jon McCann | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | still having problems using xinclude | William Jon McCann | 2008-07-24 | 1 | -4/+1 |
| | |||||
* | fix the includes | William Jon McCann | 2008-07-23 | 2 | -35/+3 |
| | |||||
* | add missing bits | William Jon McCann | 2008-07-23 | 1 | -0/+23 |
| | |||||
* | use spec files directly as introspection xml and try to generate docs on the fly | William Jon McCann | 2008-07-23 | 5 | -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 spec | William Jon McCann | 2008-07-22 | 1 | -1/+5 |
| | |||||
* | fix UnixUser to be uint | William Jon McCann | 2008-06-11 | 1 | -4/+4 |
| | | | | Pointed out by Lennart Poettering | ||||
* | add GetSessions method to Manager interface | William Jon McCann | 2008-01-23 | 1 | -1/+9 |
| | |||||
* | initial stop/restart support | William Jon McCann | 2008-01-22 | 1 | -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 interfaces | William Jon McCann | 2007-08-17 | 1 | -10/+23 |
| | |||||
* | add CanActivateSessions to Seat interface | William Jon McCann | 2007-03-19 | 2 | -5/+16 |
| | | | | And associated documentation and added to test-fus. | ||||
* | more typos in docs | William Jon McCann | 2007-03-15 | 1 | -2/+2 |
| | |||||
* | typo | William Jon McCann | 2007-03-15 | 1 | -1/+1 |
| | |||||
* | add some more docs | William Jon McCann | 2007-03-14 | 3 | -4/+213 |
| | |||||
* | missed a namespace on the permission tag | William Jon McCann | 2007-03-13 | 1 | -2/+2 |
| | |||||
* | deprecate the user properties and add unix-user properties | William Jon McCann | 2007-03-13 | 2 | -7/+32 |
| | | | | | Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc. | ||||
* | add more doc stubs | William Jon McCann | 2007-03-13 | 3 | -0/+37 |
| | |||||
* | add the last bits of spec framework | William Jon McCann | 2007-03-13 | 4 | -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. |