diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-03-31 20:31:40 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-03-31 20:31:40 -0700 |
commit | aa0d80d82c9bca7a8b9450ed490c621f8f5b79a6 (patch) | |
tree | 9f5b738df5cf11a944db7a734f46333e27716150 /doc | |
parent | d740b4a5c3d684a913af2fc1140a58d7f4f9f469 (diff) | |
download | connman-aa0d80d82c9bca7a8b9450ed490c621f8f5b79a6.tar.gz connman-aa0d80d82c9bca7a8b9450ed490c621f8f5b79a6.tar.bz2 connman-aa0d80d82c9bca7a8b9450ed490c621f8f5b79a6.zip |
Update default properties for service interface
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 11 |
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.) |