summaryrefslogtreecommitdiff
path: root/config/dbus-api
AgeCommit message (Collapse)AuthorFilesLines
2007-08-01Hotplug: D-Bus: API version 2Daniel Stone1-8/+11
Use uint32s instead of int32s where practical, and add an API version request. Also, try to return all devices added, not just the first, and box device arguments.
2007-04-19config: Return errors as negative numbers, device ids as positive numbers.Peter Hutterer1-11/+9
Update dbus-api documentation.
2007-04-19Change dbus 'listDevices' call to not require an argument.Peter Hutterer1-0/+4
Update dbus-api documentation, plug memory leak on dbus reply error.
2006-10-15config: add replies and dbus api documentationDaniel Stone1-0/+35
Add replies, which use standard X error values, to the two currently-supported input configuration requests. Document the D-BUS API we use. Make sure we free everything when we encounter an error. Add a _source option to all incoming requests, noting that it came from a client. Reject all requests to add a device where an option name contains an underscore.