From b8f5675259fe136a18f0f0d6578e8493f1e606ab Mon Sep 17 00:00:00 2001 From: Ulisses Furquim Date: Mon, 30 Oct 2006 12:00:22 +0000 Subject: Remove Interfaces() method and related code from the Service API --- hcid/dbus-api.txt | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'hcid/dbus-api.txt') diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index d79c7507..6bd3b48e 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1046,12 +1046,7 @@ Service org.bluez Interface org.bluez.Service Object path path from org.bluez.Manager.ListServices() -Methods array{string} GetInterfaceNames() - - This methods gets the names of the interfaces - implemented by the service agent and returns them. - - string GetConnectionName() +Methods string GetConnectionName() This method returns the name of the connection to the service agent. @@ -1208,14 +1203,7 @@ Service unique name Interface org.bluez.ServiceAgent Object path freely definable -Methods array{string} Interfaces() - - This method must return the name of other interfaces - the agent implements and wants to export. The service - daemon does not know anything about these interfaces - so they can be service specific. - - void Start() +Methods void Start() This method gets called when the service daemon wants to start the service provided by the agent. -- cgit