aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntti Kervinen <antti.kervinen@nokia.com>2010-08-23 12:46:00 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-08-24 14:43:07 +0300
commit4037dbf39a2677f835b4f2220f4a9640570bdaab (patch)
tree65dde3865e3fec4e5112e6d9809dc5e7eab2b712 /doc
parentbf5bb3f4e0026aee8fc691ca25222522ce38d9d1 (diff)
Changes: dbus-send parameter --print-reply added to prestart documentation
RevBy: Armin Berres, Tomas Junnonen Details: This is required because of D-Bus bug https://bugs.freedesktop.org/show_bug.cgi?id=896
Diffstat (limited to 'doc')
-rw-r--r--doc/src/prestart.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/prestart.dox b/doc/src/prestart.dox
index 5dc017f8..a41b85aa 100644
--- a/doc/src/prestart.dox
+++ b/doc/src/prestart.dox
@@ -106,7 +106,7 @@ state. Make sure that the application registers exactly the same D-Bus service t
The default launch from the application grid can be simulated, for example, like this:
\code
-$ dbus-send --dest=com.nokia.example --type="method_call" /org/maemo/m com.nokia.MApplicationIf.launch
+$ dbus-send --dest=com.nokia.example --print-reply --type="method_call" /org/maemo/m com.nokia.MApplicationIf.launch
\endcode
The application can also be released from the prestarted state in the code by calling