summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorUlisses Furquim <ulissesf@gmail.com>2006-10-30 12:00:22 +0000
committerUlisses Furquim <ulissesf@gmail.com>2006-10-30 12:00:22 +0000
commitb8f5675259fe136a18f0f0d6578e8493f1e606ab (patch)
tree8400e63e67deb063c5a3a32ab0f371812e0388b4 /hcid/dbus-api.txt
parent93af86b8230cd62fc64ff934fb5de3d65561608a (diff)
Remove Interfaces() method and related code from the Service API
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt16
1 files changed, 2 insertions, 14 deletions
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.