diff options
-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 |