summaryrefslogtreecommitdiff
path: root/xml/TableCell.xml
Commit message (Collapse)AuthorAgeFilesLines
* XML: Remove the toplevel node nameFederico Mena Quintero2022-07-041-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 filesJos van den Oever2020-07-211-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 interfaceMike Gorse2014-02-181-0/+22