See <ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink>
</revremark>
</revision>
+ <revision>
+ <revnumber>0.37</revnumber>
+ <date>(not yet released)</date>
+ <authorinitials></authorinitials>
+ <revdescription>
+ <itemizedlist>
+ <listitem><simpara>Clean up use of the term for an array of dict entries</simpara></listitem>
+ </itemizedlist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>0.36</revnumber>
<date>2020-04-21</date>
in STRING property_name,
in VARIANT value);
org.freedesktop.DBus.Properties.GetAll (in STRING interface_name,
- out DICT<STRING,VARIANT> props);
+ out ARRAY of DICT_ENTRY<STRING,VARIANT> props);
</programlisting>
</para>
<para>
<para>
<programlisting>
org.freedesktop.DBus.Properties.PropertiesChanged (STRING interface_name,
- DICT<STRING,VARIANT> changed_properties,
+ ARRAY of DICT_ENTRY<STRING,VARIANT> changed_properties,
ARRAY<STRING> invalidated_properties);
</programlisting>
</para>
</para>
<para>
<programlisting>
- org.freedesktop.DBus.ObjectManager.GetManagedObjects (out DICT<OBJPATH,DICT<STRING,DICT<STRING,VARIANT>>> objpath_interfaces_and_properties);
+ org.freedesktop.DBus.ObjectManager.GetManagedObjects (out ARRAY of DICT_ENTRY<OBJPATH,ARRAY of DICT_ENTRY<STRING,ARRAY of DICT_ENTRY<STRING,VARIANT>>> objpath_interfaces_and_properties);
</programlisting>
</para>
<para>
<para>
<programlisting>
org.freedesktop.DBus.ObjectManager.InterfacesAdded (OBJPATH object_path,
- DICT<STRING,DICT<STRING,VARIANT>> interfaces_and_properties);
+ ARRAY of DICT_ENTRY<STRING,ARRAY of DICT_ENTRY<STRING,VARIANT>> interfaces_and_properties);
org.freedesktop.DBus.ObjectManager.InterfacesRemoved (OBJPATH object_path,
ARRAY<STRING> interfaces);
</programlisting>
<para>
As a method:
<programlisting>
- UpdateActivationEnvironment (in ARRAY of DICT<STRING,STRING> environment)
+ UpdateActivationEnvironment (in ARRAY of DICT_ENTRY<STRING,STRING> environment)
</programlisting>
Message arguments:
<informaltable>
<tbody>
<row>
<entry>0</entry>
- <entry>ARRAY of DICT<STRING,STRING></entry>
+ <entry>ARRAY of DICT_ENTRY<STRING,STRING></entry>
<entry>Environment to add or update</entry>
</row>
</tbody>
<para>
As a method:
<programlisting>
- DICT<STRING,VARIANT> GetConnectionCredentials (in STRING bus_name)
+ ARRAY of DICT_ENTRY<STRING,VARIANT> GetConnectionCredentials (in STRING bus_name)
</programlisting>
Message arguments:
<informaltable>
<tbody>
<row>
<entry>0</entry>
- <entry>DICT<STRING,VARIANT></entry>
+ <entry>ARRAY of DICT_ENTRY<STRING,VARIANT></entry>
<entry>Credentials</entry>
</row>
</tbody>