summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2007-05-18 18:10:18 +0000
committerHavoc Pennington <hp@redhat.com>2007-05-18 18:10:18 +0000
commitd5b030efcc285fd5385f57bc6f46f009b97e2f85 (patch)
tree863aacd4848d87ea2eae804db4bc601d4ca8bcca /doc
parente02f8b1c00f99f5fbd0890e6aa24ad6c082db7f6 (diff)
2007-05-18 Havoc Pennington <hp@redhat.com>
* doc/dbus-specification.xml: add a GetAll to the Properties interface.
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index 71c267ea..2365e787 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -2455,6 +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);
</programlisting>
</para>
<para>