doc: Remove extra method and property for global state
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 9 Dec 2011 11:28:56 +0000 (13:28 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 9 Dec 2011 11:31:44 +0000 (13:31 +0200)
doc/manager-api.txt

index 8bf4adc..80d81b5 100644 (file)
@@ -22,13 +22,6 @@ Methods              dict GetProperties()
                        Possible Errors: [service].Error.InvalidArguments
                                         [service].Error.InvalidProperty
 
-               string GetState()
-
-                       Return global connection state of a system. The
-                       same value is return via the State property.
-
-                       Possible Errors: [service].Error.InvalidArguments
-
                void RequestScan(string type)
 
                        Request to trigger a scan for the specified
@@ -218,15 +211,6 @@ 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