From d3d68f09fac9d13476b70d67330f5083f60fc1a7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 18 Jan 2007 21:54:03 +0000 Subject: Return the path on device creation --- input/input-api.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/input/input-api.txt b/input/input-api.txt index f63faa38..d947d489 100644 --- a/input/input-api.txt +++ b/input/input-api.txt @@ -15,12 +15,15 @@ Methods array{string} ListDevices() Returns an array of available input devices path. - void CreateDevice(string address) + string CreateDevice(string address) Create an input device object. The HID service record will be retrieved and the pairing will be initiated if needed. + On success it will return the path of the + newly created device object. + void RemoveDevice(string path) Remove the input device object for a given path. -- cgit