]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2007-05-18 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Fri, 18 May 2007 18:10:18 +0000 (18:10 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 18 May 2007 18:10:18 +0000 (18:10 +0000)
* doc/dbus-specification.xml: add a GetAll to the Properties
interface.

ChangeLog
doc/dbus-specification.xml

index e65993b10f51bae57b115b6af0dab66af28d96fe..bbbfa11a58b175b81f67f50949b6c32154e71a92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-18  Havoc Pennington  <hp@redhat.com>
+
+       * doc/dbus-specification.xml: add a GetAll to the Properties
+       interface.
+
 2007-04-29 Ralf.Habacker  <ralf.habacker@freenet.de>
  
        * bus\config-parser.c (test_default_session_servicedirs):
index 71c267ea4c403634c0f91e34a8c817b71281a653..2365e78791b401065db7edd31f5f88c6e2fef763 100644 (file)
               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>