summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2007-05-18 18:12:24 +0000
committerHavoc Pennington <hp@redhat.com>2007-05-18 18:12:24 +0000
commitc81036b7ec9b61629da51d610ba44827aa0fd52c (patch)
tree02d9ff9d5f0f3a98ef499ae5e992287d2cacaacb /doc
parentd5b030efcc285fd5385f57bc6f46f009b97e2f85 (diff)
be consistent about notations
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.xml4
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&lt;STRING,VARIANT&gt;
- org.freedesktop.DBus.Properties.GetAll (in STRING interface_name);
+ org.freedesktop.DBus.Properties.GetAll (in STRING interface_name,
+ out DICT&lt;STRING,VARIANT&gt; props);
</programlisting>
</para>
<para>