From 8ec0dab7fa8e4139ba51d61302e0f21b814df20a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 13 Dec 2012 14:06:25 +0100 Subject: gdbus: Add support for D-Bus client properties --- gdbus/gdbus.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdbus/gdbus.h') diff --git a/gdbus/gdbus.h b/gdbus/gdbus.h index 3eed52b8..a0ca173a 100644 --- a/gdbus/gdbus.h +++ b/gdbus/gdbus.h @@ -276,6 +276,9 @@ void g_dbus_proxy_unref(GDBusProxy *proxy); const char *g_dbus_proxy_get_path(GDBusProxy *proxy); const char *g_dbus_proxy_get_interface(GDBusProxy *proxy); +gboolean g_dbus_proxy_get_property(GDBusProxy *proxy, const char *name, + DBusMessageIter *iter); + typedef struct GDBusClient GDBusClient; GDBusClient *g_dbus_client_new(DBusConnection *connection, -- cgit v1.2.3