summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-11-02 11:24:59 -0600
committerDenis Kenzior <denkenz@gmail.com>2009-11-02 16:02:09 -0600
commit708f7481b0669bb5989d2690bb682ab45b971054 (patch)
tree9dba6d6df6c6c6ee187d539efdc42ff1ce83bdd3 /doc
parent1f73c182579d6e4bcdef80db00c2e42485d04e40 (diff)
downloadofono-708f7481b0669bb5989d2690bb682ab45b971054.tar.bz2
Update CreateContext API
Diffstat (limited to 'doc')
-rw-r--r--doc/dataconnectionmanager-api.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/dataconnectionmanager-api.txt b/doc/dataconnectionmanager-api.txt
index 982005e3..41fc02fa 100644
--- a/doc/dataconnectionmanager-api.txt
+++ b/doc/dataconnectionmanager-api.txt
@@ -24,10 +24,15 @@ Methods dict GetProperties()
Deactivates all active contexts.
- object CreateContext()
-
- Creates a new Primary context. Returns the object
- path of the created context.
+ object CreateContext(string name, string type)
+
+ Creates a new Primary context. 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. The type contains the intended
+ purpose of the context. For possible values see the
+ Type documentation of PrimaryDataContext interface.
+ Returns the object path of the created context.
void RemoveContext(object context)