diff options
| -rw-r--r-- | hcid/dbus-api.txt | 15 | 
1 files changed, 2 insertions, 13 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index d67fd796..d8f7e213 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1020,13 +1020,11 @@ Methods		array{string} GetInterfaceNames()  		string GetName() -			This method gets the service name from the service -			agent and returns it. +			This method returns the service name.  		string GetDescription() -			This method gets the service description from the -			service agent and returns it. +			This method returns the service description.  		void Start() @@ -1130,15 +1128,6 @@ Methods		array{string} Interfaces()  			daemon does not know anything about these interfaces  			so they can be service specific. -		string Name() - -			This method must return the service name. - -		string Description() - -			This method must return a description of which -			service the agent provides. -  		void Start()  			This method gets called when the service daemon  | 
