summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-16 04:50:48 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-16 04:50:48 +0100
commiteef3cadcb3bce384b8fb2b0531386c982021dc39 (patch)
tree7686b3f847429ede5befbc479e4fdf41897c0d3a /doc
parente9fdbe094a5edda6f85d2b532ccc51c260234da6 (diff)
downloadconnman-eef3cadcb3bce384b8fb2b0531386c982021dc39.tar.gz
connman-eef3cadcb3bce384b8fb2b0531386c982021dc39.tar.bz2
connman-eef3cadcb3bce384b8fb2b0531386c982021dc39.zip
Fix Name property of device objects
Diffstat (limited to 'doc')
-rw-r--r--doc/device-api.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 847b6f48..7df37919 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -45,7 +45,10 @@ Signals PropertyChanged(string name, variant value)
Properties string Name [readonly]
- The device name (for example eth0, wlan0 etc.)
+ The device name (for example "Wireless" etc.)
+
+ This name can be used for directly displaying it in
+ the application. It has pure informational purpose.
string Type [readonly]