diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-20 19:21:51 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-20 19:21:51 +0000 |
commit | 9ec58817713065b28e0f8d734fe10181ef5b170e (patch) | |
tree | 9bfc9b4f5a9c3e95cd5f2b82df97ffa02f8a2372 /hcid/dbus-api.txt | |
parent | e74b4c1bd9c05ff994ada9166cd6b5c6efb0cc6a (diff) |
Remove GetConnectionName method
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 8a1595f4..bac035b4 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1114,12 +1114,7 @@ Service org.bluez Interface org.bluez.Service Object path path from org.bluez.Manager.ListServices() -Methods string GetConnectionName() - - This method returns the name of the connection to - the service agent. - - string GetName() +Methods string GetName() This method returns the service name. @@ -1129,12 +1124,12 @@ Methods string GetConnectionName() void Start() - This method tells the service agent to actually - start the service. + This method tells the system to start the + service. void Stop() - This method tells the service agent to stop the + This method tells the system to stop the service. boolean IsRunning() |