diff --git a/doc/agent-api.txt b/doc/agent-api.txt index fcf7d919..ef80499e 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -1,3 +1,27 @@ +Agent Manager hierarchy +======================= + +Service net.connman.iwd +Interface net.connman.iwd.AgentManager +Object path / + +Methods void RegisterAgent(object path) + + Register new agent for handling user requests. + + Possible Errors: [service].Error.InvalidArguments + [service].Error.Failed + [service].Error.AlreadyExists + + void UnregisterAgent(object path) + + Unregister an existing agent. + + Possible Errors: [service].Error.InvalidArguments + [service].Error.Failed + [service].Error.NotFound + + Agent hierarchy =============== diff --git a/doc/agent-manager-api.txt b/doc/agent-manager-api.txt index 8ef4083f..e69de29b 100644 --- a/doc/agent-manager-api.txt +++ b/doc/agent-manager-api.txt @@ -1,22 +0,0 @@ -Agent hierarchy -=============== - -Service net.connman.iwd -Interface net.connman.iwd.AgentManager -Object path / - -Methods void RegisterAgent(object path) - - Register new agent for handling user requests. - - Possible Errors: [service].Error.InvalidArguments - [service].Error.Failed - [service].Error.AlreadyExists - - void UnregisterAgent(object path) - - Unregister an existing agent. - - Possible Errors: [service].Error.InvalidArguments - [service].Error.Failed - [service].Error.NotFound