* [PATCH] radio-settings: update doc with possible errors
@ 2010-11-23 18:08 Lucas De Marchi
2010-11-23 22:09 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Lucas De Marchi @ 2010-11-23 18:08 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 999 bytes --]
When GetProperties() and SetProperty() are called, there are more errors
that might be returned. Add them in documentation.
---
doc/radio-settings-api.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/doc/radio-settings-api.txt b/doc/radio-settings-api.txt
index ebf6138..e073d1d 100644
--- a/doc/radio-settings-api.txt
+++ b/doc/radio-settings-api.txt
@@ -11,6 +11,9 @@ Methods dict GetProperties()
properties section for available properties.
Possible Errors: [service].Error.InvalidArguments
+ [service].Error.NotImplemented
+ [service].Error.InProgress
+ [service].Error.Failed
void SetProperty(string name, variant value)
@@ -22,6 +25,7 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
[service].Error.DoesNotExist
[service].Error.InProgress
+ [service].Error.Failed
Signals PropertyChanged(string property, variant value)
--
1.7.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] radio-settings: update doc with possible errors
2010-11-23 18:08 [PATCH] radio-settings: update doc with possible errors Lucas De Marchi
@ 2010-11-23 22:09 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-11-23 22:09 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 349 bytes --]
Hi Lucas,
On 11/23/2010 12:08 PM, Lucas De Marchi wrote:
> When GetProperties() and SetProperty() are called, there are more errors
> that might be returned. Add them in documentation.
> ---
> doc/radio-settings-api.txt | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-23 22:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-23 18:08 [PATCH] radio-settings: update doc with possible errors Lucas De Marchi
2010-11-23 22:09 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.