From 4e2b0d94ecc4eaeeff9db119e349d8d9754a75b8 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 25 Oct 2005 08:54:57 +0000 Subject: Add a NoReply annotation --- doc/dbus-specification.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 @@ (string) The C symbol; may be used for methods and interfaces + + org.freedesktop.DBus.Method.NoReply + true,false + If set, don't expect a reply to the method call; defaults to false. + -- cgit