Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XML: Remove the toplevel node name | Federico Mena Quintero | 2022-07-04 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | | https://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format Per the DBus spec, "Only the root <node> element can omit the node name, as it's known to be the object that was introspected." When we have a DBus XML description: <node> <interface name="Foo"> </interface> </node> The toplevel <node> element does not need a `name` attribute. While we are at it, reindent all the XML files properly. | ||||
* | Fix Qt annotations in DBus xml files | Jos van den Oever | 2020-07-21 | 1 | -2/+6 |
| | | | | | | | | | | | | The tools qdbusxml2cpp was reporting errors on these files. The annotations are now changed to fix these various errors including - missing annotation - wrongly nested <annotation/> element - wrong Qt type - missing direction attribute The files were checked with for f in *.xml; do echo $f; qdbusxml2cpp -p o $f; echo $?; done | ||||
* | Add AtspitableCell, tracking the new atk interface | Mike Gorse | 2014-02-18 | 1 | -0/+22 |