diff options
author | Patrik Flykt <patrik.flykt@nokia.com> | 2010-12-02 16:09:12 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-12-02 16:48:10 +0100 |
commit | 03041f1a3a8712d5f957bf4a6b1398d1b496f5d4 (patch) | |
tree | 5ef0041c9eb4b68dafcaf92805c09a625082f328 /doc/agent-api.txt | |
parent | 543a9964f9b0d8aa5770502f94b545a25a8f7141 (diff) | |
download | connman-03041f1a3a8712d5f957bf4a6b1398d1b496f5d4.tar.gz connman-03041f1a3a8712d5f957bf4a6b1398d1b496f5d4.tar.bz2 connman-03041f1a3a8712d5f957bf4a6b1398d1b496f5d4.zip |
doc: Fix Agent API error definitions
D-Bus errors renamed to org.moblin.connman.Agent.* since object paths are
not allowed to be used as error name components.
Diffstat (limited to 'doc/agent-api.txt')
-rw-r--r-- | doc/agent-api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/agent-api.txt b/doc/agent-api.txt index 644b6783..d215b9be 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -21,7 +21,7 @@ Methods void Release() A special return value can be used to trigger a retry of the failed transaction. - Possible Errors: [service].Error.Retry + Possible Errors: net.connman.Agent.Error.Retry dict RequestInput(object service, dict fields) @@ -40,7 +40,7 @@ Methods void Release() The dictionary arguments contains field names with their input parameters. - Possible Errors: [service].Error.Canceled + Possible Errors: net.connman.Agent.Error.Canceled void Cancel() |