From 4e4dd8c8907f6337f173b6d6b43a2628309fbb16 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Mon, 18 Aug 2008 10:32:08 +0100 Subject: Add GetAll to properties interface --- org/freedesktop/DBus.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'org') diff --git a/org/freedesktop/DBus.java b/org/freedesktop/DBus.java index 83e7f67..5d99a64 100644 --- a/org/freedesktop/DBus.java +++ b/org/freedesktop/DBus.java @@ -81,6 +81,12 @@ public interface DBus extends DBusInterface * @param value The new value of the property (may be any valid DBus type). */ public void Set (String interface_name, String property_name, A value); + /** + * Get all properties and values. + * @param interface_name The interface the properties is associated with. + * @return The properties mapped to their values. + */ + public Map GetAll (String interface_name); } /** * Messages generated locally in the application. -- cgit v1.2.3