diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2013-02-19 10:45:02 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-02-19 14:29:35 +0200 |
commit | 096574d116b722e26ddae46993e9f654327686c2 (patch) | |
tree | f5176364f53cae35755c550ad73a4e83bac92766 /doc | |
parent | 62e83d4e282330b87d1c7a5748344e887881c00a (diff) | |
download | connman-096574d116b722e26ddae46993e9f654327686c2.tar.gz connman-096574d116b722e26ddae46993e9f654327686c2.tar.bz2 connman-096574d116b722e26ddae46993e9f654327686c2.zip |
doc: Add description of GetProperties method
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vpn-connection-api.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/vpn-connection-api.txt b/doc/vpn-connection-api.txt index 9faed8a4..722d7082 100644 --- a/doc/vpn-connection-api.txt +++ b/doc/vpn-connection-api.txt @@ -5,7 +5,14 @@ Service net.connman.vpn Interface net.connman.vpn.Connection Object path [variable prefix]/{connection0,connection1,...} -Method void SetProperty(string name, variant value) [experimental] +Methods dict GetProperties() [experimental] + + Returns properties for the connection object. See + the properties section for available properties. + + Possible Errors: [connection].Error.InvalidArguments + + void SetProperty(string name, variant value) [experimental] Changes the value of the specified property. Only properties that are listed as read-write are |