doc: Fix Agent API error definitions
authorPatrik Flykt <patrik.flykt@nokia.com>
Thu, 2 Dec 2010 14:09:12 +0000 (16:09 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 2 Dec 2010 15:48:10 +0000 (16:48 +0100)
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

index 644b678..d215b9b 100644 (file)
@@ -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()