Project description
[connman] / doc / manager-api.txt
index dd81941..7f1924e 100644 (file)
@@ -41,7 +41,7 @@ Methods               dict GetProperties()
                        one must be selected via ActiveProfile property
                        first.
 
-                       At minium one profile must be available all the time.
+                       At minimum one profile must be available all the time.
 
                        Possible Errors: [service].Error.InvalidArguments
 
@@ -62,6 +62,15 @@ Signals              PropertyChanged(string name, variant value)
                        This signal indicates a changed value of the given
                        property.
 
+               StateChanged(string state)
+
+                       This signal is similar to the PropertyChanged signal
+                       for the State property.
+
+                       It exists for application state only care about the
+                       current state and so can avoid to be woken up when
+                       other details changes.
+
 Properties     string State [readonly]
 
                        The global connection state of a system. Possible
@@ -111,7 +120,10 @@ Properties string State [readonly]
 
                array{object} Services [readonly]
 
-                       List of service object paths.
+                       List of service object paths. The list is sorted
+                       internally to have the service with the default
+                       route always first and then the favorite services
+                       followed by scan results.
 
                        This list represents the available services for the
                        current selected profile. If the profile gets changed