diff options
-rw-r--r-- | doc/stk-api.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/stk-api.txt b/doc/stk-api.txt index aa2fc2fc..2e863a92 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -50,6 +50,11 @@ Methods dict GetProperties() [service].Error.NotFound [service].Error.NotAuthorized +Signals PropertyChanged(string property, variant value) + + Signal is emitted whenever a property has changed. + The new value is passed as the signal argument. + Properties string IdleText Contains the text to be used when the home screen is |