summaryrefslogtreecommitdiff
path: root/doc/service-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-03-31 20:31:40 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-03-31 20:31:40 -0700
commitaa0d80d82c9bca7a8b9450ed490c621f8f5b79a6 (patch)
tree9f5b738df5cf11a944db7a734f46333e27716150 /doc/service-api.txt
parentd740b4a5c3d684a913af2fc1140a58d7f4f9f469 (diff)
downloadconnman-aa0d80d82c9bca7a8b9450ed490c621f8f5b79a6.tar.gz
connman-aa0d80d82c9bca7a8b9450ed490c621f8f5b79a6.tar.bz2
connman-aa0d80d82c9bca7a8b9450ed490c621f8f5b79a6.zip
Update default properties for service interface
Diffstat (limited to 'doc/service-api.txt')
-rw-r--r--doc/service-api.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index ec29c95b..3ae9faf4 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -17,6 +17,13 @@ Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given
property.
-Properties string Identifier [readonly]
+Properties string Name [readonly]
- Unique identifier for this service.
+ The service 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]
+
+ The device type (for example "ethernet", "wifi" etc.)