* [PATCH 1/1] add Settings property description to dataconnectionmanger-api.txt
@ 2009-11-16 4:05 Martin Xu
2009-11-16 16:14 ` Denis Kenzior
0 siblings, 1 reply; 4+ messages in thread
From: Martin Xu @ 2009-11-16 4:05 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1821 bytes --]
---
doc/dataconnectionmanager-api.txt | 35 +++++++++++++++++++++++------------
1 files changed, 23 insertions(+), 12 deletions(-)
diff --git a/doc/dataconnectionmanager-api.txt b/doc/dataconnectionmanager-api.txt
index 41fc02f..7afdf99 100644
--- a/doc/dataconnectionmanager-api.txt
+++ b/doc/dataconnectionmanager-api.txt
@@ -161,24 +161,35 @@ Properties boolean Activated [readwrite]
purposes. This value cannot be changed when the
context is active.
- string Interface [readonly, optional]
+ dict Settings [readonly, optonal]
- Holds the interface of the network interface created
- by this context (e.g. "ppp0")
+ Holds all the IP network settings
- string Address [readonly, optional]
+ string Interface [readonly, optional]
- Holds the IP address for this context.
+ Holds the interface of the network interface used
+ by this context (e.g. "ppp0" "usb0")
- string Netmask [readonly, optional]
+ string Method [readonly, optional]
- Holds the Netmask for this context.
+ Holds the IP network config method
+ "static"- Set IP network statically
+ "dhcp" - Set IP network through DHCP
- array{string} DomainNameServers [readonly, optional]
+ string Address [readonly, optional]
- Holds the list of domain name servers for this
- context.
+ Holds the IP address for this context.
- string Gateway [readonly, optional]
+ string Netmask [readonly, optional]
+
+ Holds the Netmask for this context.
+
+ array{string} DomainNameServers [readonly, optional]
+
+ Holds the list of domain name servers for this
+ context.
+
+ string Gateway [readonly, optional]
+
+ Holds the gateway IP for this connection.
- Holds the gateway IP for this connection.
--
1.6.1.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] add Settings property description to dataconnectionmanger-api.txt
2009-11-16 4:05 [PATCH 1/1] add Settings property description to dataconnectionmanger-api.txt Martin Xu
@ 2009-11-16 16:14 ` Denis Kenzior
2009-11-16 16:24 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Denis Kenzior @ 2009-11-16 16:14 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 218 bytes --]
Hi Martin,
> ---
> doc/dataconnectionmanager-api.txt | 35
> +++++++++++++++++++++++------------ 1 files changed, 23 insertions(+), 12
> deletions(-)
>
Patch has been applied. Thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] add Settings property description to dataconnectionmanger-api.txt
2009-11-16 16:14 ` Denis Kenzior
@ 2009-11-16 16:24 ` Marcel Holtmann
2009-11-16 17:06 ` Denis Kenzior
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2009-11-16 16:24 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 281 bytes --]
Hi Denis,
> > ---
> > doc/dataconnectionmanager-api.txt | 35
> > +++++++++++++++++++++++------------ 1 files changed, 23 insertions(+), 12
> > deletions(-)
> >
>
> Patch has been applied. Thanks.
don't forget to fix the "optonal" typo ;)
Regards
Marcel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] add Settings property description to dataconnectionmanger-api.txt
2009-11-16 16:24 ` Marcel Holtmann
@ 2009-11-16 17:06 ` Denis Kenzior
0 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2009-11-16 17:06 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 82 bytes --]
Hi Marcel,
> ;)
Didn't even spot that one. Fixed now.
Regards,
-Denis
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-11-16 17:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-16 4:05 [PATCH 1/1] add Settings property description to dataconnectionmanger-api.txt Martin Xu
2009-11-16 16:14 ` Denis Kenzior
2009-11-16 16:24 ` Marcel Holtmann
2009-11-16 17:06 ` 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.