mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-29 17:10:11 +01:00
2007-05-18 Havoc Pennington <hp@redhat.com>
* doc/dbus-specification.xml: add a GetAll to the Properties interface.
This commit is contained in:
parent
e02f8b1c00
commit
d5b030efcc
2 changed files with 7 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
</programlisting>
|
||||
</para>
|
||||
<para>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue