diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-11-22 11:47:19 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-11-22 11:47:19 +0000 |
commit | ab5de0c3939158ce42f347100dc4a066862fd93d (patch) | |
tree | 481d8287d66a224bb3c25ef6afa355aa2113ddb9 /hcid/dbus-api.txt | |
parent | 51c890931321ca0f16377dfe02e11091ed81ac26 (diff) |
Use AddServiceRecordFromXML as method name
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index c9661616..9305deb2 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -191,7 +191,7 @@ Methods uint32 InterfaceVersion() registered, otherwise the record will be available when the service agent Start method is called. - uint32 AddServiceRecordAsXML(string path, string record) + uint32 AddServiceRecordFromXML(string path, string record) Add a new service record to the service agent and returns the assigned handle. |