diff options
author | Anders Gustafsson <agustafsson@gmail.com> | 2009-12-16 13:57:07 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-12-16 13:21:53 -0600 |
commit | ce65188308c48fe3453389078dcd22a2e085d996 (patch) | |
tree | 7fe109d3cf92ba587bb035446c1c97cdc4ec7df2 /doc/dataconnectionmanager-api.txt | |
parent | c44fee239968fabcb5eb4a5750b3422becb745d6 (diff) | |
download | ofono-ce65188308c48fe3453389078dcd22a2e085d996.tar.bz2 |
Fix: Documentation fixes
Diffstat (limited to 'doc/dataconnectionmanager-api.txt')
-rw-r--r-- | doc/dataconnectionmanager-api.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/dataconnectionmanager-api.txt b/doc/dataconnectionmanager-api.txt index bfc14d99..43bd4bd7 100644 --- a/doc/dataconnectionmanager-api.txt +++ b/doc/dataconnectionmanager-api.txt @@ -132,7 +132,7 @@ Signals PropertyChanged(string property, variant value) This signal indicates a changed value of the given property. -Properties boolean Activated [readwrite] +Properties boolean Active [readwrite] Holds whether the context is activated. This value can be set to activate / deactivate the context. @@ -163,6 +163,12 @@ Properties boolean Activated [readwrite] purposes. This value cannot be changed when the context is active. + string Name [readwrite] + + The name is a free form string that describes this + context. The name should not be empty and limited + to a short string for display purposes. + dict Settings [readonly, optional] Holds all the IP network settings |