From 13c2d65f9f760e24e11e86692ff3dee03f549881 Mon Sep 17 00:00:00 2001 From: Ulisses Furquim Date: Thu, 26 Oct 2006 14:10:18 +0000 Subject: Add short description for Service{Registered,Unregistered} signals --- hcid/dbus-api.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 2e6f90a2..0f996765 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -203,7 +203,15 @@ Signals void AdapterAdded(string path) void DefaultAdapterChanged(string path) - Parameter is object path of the new default adapoter. + Parameter is object path of the new default adapter. + + void ServiceRegistered(string path) + + Parameter is object path of registered service agent. + + void ServiceUnregistered(string path) + + Parameter is object path of unregistered service agent. Adapter hierarchy -- cgit