Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use spec files directly as introspection xml and try to generate docs on the fly | William Jon McCann | 2008-07-23 | 1 | -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 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 | ||||
* | 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 | 1 | -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 framework | William Jon McCann | 2007-03-13 | 1 | -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. |