diff options
| -rw-r--r-- | doc/dbus-specification.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 2365e787..382f3fd6 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);          </programlisting>        </para>        <para> | 
