From fa0509daa64c3543ae876472bf157339e9a2b646 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 25 Mar 2009 18:53:08 -0700 Subject: [PATCH] Document the network address property --- doc/network-api.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/network-api.txt b/doc/network-api.txt index 66ad6fb..fc4f348 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -27,12 +27,20 @@ Signals PropertyChanged(string name, variant value) This signal indicates a changed value of the given property. -Properties string Name [readonly] +Properties string Address [readonly] + + The address of the network. + + string Name [readonly] The pretty/long version of the network name. For example in case of WiFi this should be the UTF-8 valid version of the SSID. + This property might not be available for every + network. For example hidden WiFi networks will + not include it. + boolean Available [readonly] Indicates that this network is in range and -- 1.7.9.5