diff options
author | Ulisses Furquim <ulissesf@gmail.com> | 2006-10-26 14:32:50 +0000 |
---|---|---|
committer | Ulisses Furquim <ulissesf@gmail.com> | 2006-10-26 14:32:50 +0000 |
commit | 061e326e1dfa990dabc3eb32c47c6c7ae08b47ac (patch) | |
tree | 5b767e5ec19f6e4b8dc4a6cec93ab6f78d97c0e3 /hcid/dbus-api.txt | |
parent | 943cc7909fccc782033a819d8a4407b4d70ae1fe (diff) |
Remove name and description parameters from RegisterShadowService() method
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index aa52ec63..d67fd796 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -179,8 +179,7 @@ Methods uint32 InterfaceVersion() match the same value that has been used on registration. - void RegisterShadowService(string path, string name, - string description) + void RegisterShadowService(string path) This registers a new shadow service agent. The service will not be available through ListServices(). @@ -188,9 +187,7 @@ Methods uint32 InterfaceVersion() The path parameter defines the object path of the service agent that will be called when someone requests information through org.bluez.Service - interface. The name and description parameters can - provide the name of the service and a description of - what it does or they can be empty strings. + interface. void UnregisterShadowService(string path) |