Fix Name property of device objects
[connman] / doc / device-api.txt
index ad462a6..7df3791 100644 (file)
@@ -11,7 +11,6 @@ Methods               dict GetProperties()
                        the properties section for available properties.
 
                        Possible Errors: [service].Error.InvalidArguments
-                                        [service].Error.DoesNotExist
 
                void SetProperty(string name, variant value)
 
@@ -46,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]