From: Havoc Pennington Date: Fri, 18 May 2007 18:12:24 +0000 (+0000) Subject: be consistent about notations X-Git-Tag: dbus-1.1.0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c81036b7ec9b61629da51d610ba44827aa0fd52c;p=thirdparty%2Fdbus.git be consistent about notations --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 2365e7879..382f3fd6f 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2455,8 +2455,8 @@ org.freedesktop.DBus.Properties.Set (in STRING interface_name, in STRING property_name, in VARIANT value); - DICT<STRING,VARIANT> - org.freedesktop.DBus.Properties.GetAll (in STRING interface_name); + org.freedesktop.DBus.Properties.GetAll (in STRING interface_name, + out DICT<STRING,VARIANT> props);