diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-04-18 12:10:05 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-04-19 18:12:11 +0930 |
commit | c6972c893359f8fa7631ae674330f3f4f7010ba0 (patch) | |
tree | 8a135d3474ab1914700f8119883d8039e2e90008 /config/dbus-api | |
parent | 999b681cf3973af4191506e49cde06963b11a774 (diff) |
Change dbus 'listDevices' call to not require an argument.
Update dbus-api documentation, plug memory leak on dbus reply error.
Diffstat (limited to 'config/dbus-api')
-rw-r--r-- | config/dbus-api | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/dbus-api b/config/dbus-api index 53bb3e45d..cada792f5 100644 --- a/config/dbus-api +++ b/config/dbus-api @@ -33,3 +33,7 @@ org.x.config.input: i is the signature. Same return values as org.x.config.input.add. + + org.x.config.input.listDevices: + Lists the currently active devices. + Return value is sequence of <id> <name> <id> <name> ... |