summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2005-10-25 08:54:57 +0000
committerRoss Burton <ross@openedhand.com>2005-10-25 08:54:57 +0000
commit4e2b0d94ecc4eaeeff9db119e349d8d9754a75b8 (patch)
tree2f6e2131ae9abd9025f930fdeafdd11b30d11acb /doc
parentef47e01f7593c4844f927752c0462dae7722ff9e (diff)
Add a NoReply annotation
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index 0194ff42..a30e1013 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -2454,6 +2454,11 @@
<entry>(string)</entry>
<entry>The C symbol; may be used for methods and interfaces</entry>
</row>
+ <row>
+ <entry>org.freedesktop.DBus.Method.NoReply</entry>
+ <entry>true,false</entry>
+ <entry>If set, don't expect a reply to the method call; defaults to false.</entry>
+ </row>
</tbody>
</tgroup>
</informaltable>