From: Havoc Pennington Date: Fri, 18 May 2007 18:10:18 +0000 (+0000) Subject: 2007-05-18 Havoc Pennington X-Git-Tag: dbus-1.1.0~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5b030efcc285fd5385f57bc6f46f009b97e2f85;p=thirdparty%2Fdbus.git 2007-05-18 Havoc Pennington * doc/dbus-specification.xml: add a GetAll to the Properties interface. --- diff --git a/ChangeLog b/ChangeLog index e65993b10..bbbfa11a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-18 Havoc Pennington + + * doc/dbus-specification.xml: add a GetAll to the Properties + interface. + 2007-04-29 Ralf.Habacker * bus\config-parser.c (test_default_session_servicedirs): diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 71c267ea4..2365e7879 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<STRING,VARIANT> + org.freedesktop.DBus.Properties.GetAll (in STRING interface_name);