From 03041f1a3a8712d5f957bf4a6b1398d1b496f5d4 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Thu, 2 Dec 2010 16:09:12 +0200 Subject: [PATCH] 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. --- doc/agent-api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/agent-api.txt b/doc/agent-api.txt index 644b678..d215b9b 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() -- 2.7.4