From 061e326e1dfa990dabc3eb32c47c6c7ae08b47ac Mon Sep 17 00:00:00 2001 From: Ulisses Furquim Date: Thu, 26 Oct 2006 14:32:50 +0000 Subject: Remove name and description parameters from RegisterShadowService() method --- hcid/dbus-api.txt | 7 ++----- 1 file 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) -- cgit