org.freedesktop.DBus.Properties.GetAll
Havoc Pennington
hp at redhat.com
Thu Apr 12 11:22:02 PDT 2007
Hi,
The dbus spec defines a Properties interface with methods:
VARIANT Get(STRING interfaceName, STRING propName)
void Set(STRING interfaceName, STRING propName, VARIANT value);
I'd like to add to the spec:
DICT<STRING,VARIANT> GetAll(STRING interfaceName)
Also somewhat missing here is change notification, but I can't think of
any reasonable way to do it since the efficiency tradeoffs are pretty
different in different situations.
Havoc
More information about the dbus
mailing list