summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Ferrandis <ludovic.ferrandis@intel.com>2013-09-30 17:40:39 +0200
committerLudovic Ferrandis <ludovic.ferrandis@intel.com>2013-10-02 19:11:52 +0200
commitbfb58279bddcd6c12d89a71fddd4c78d09c49a32 (patch)
tree6e6dcc65f19f60f422ffad2646f8ea1d0e58a5de /doc
parent21c4ff0e1d94454915eceaef3461cb2bdf3010f7 (diff)
downloaddleyna-server-bfb58279bddcd6c12d89a71fddd4c78d09c49a32.tar.gz
[Property] Add 'Never Quit' property to Manager
It is now possible to manage the 'Never Quit' option via the Set() methode. Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/dbus/API.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/server/dbus/API.txt b/doc/server/dbus/API.txt
index c9c5232..be9a570 100644
--- a/doc/server/dbus/API.txt
+++ b/doc/server/dbus/API.txt
@@ -137,6 +137,10 @@ of d-Bus properties. These properties are described below:
|------------------------------------------------------------------------------|
| Name | Type |m/o*| Description |
|------------------------------------------------------------------------------|
+| NeverQuit | b | m | True if the service always stay in |
+| | | | memory running. False if the service |
+| | | | quit when the last client disconnects. |
+|------------------------------------------------------------------------------|
| WhiteListEntries | as | m | The list of entries that compose the |
| | | | white list used to filter the networks. |
| | | | An Entry could be an interface name |