summaryrefslogtreecommitdiffstats
path: root/gdbus/gdbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-13 14:06:25 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-19 03:50:42 +0100
commit8ec0dab7fa8e4139ba51d61302e0f21b814df20a (patch)
tree707c99e36bea7b5c8936768eb002f6dd0991e46c /gdbus/gdbus.h
parentb30177d961387744a9aa36b05bcb102a5de47343 (diff)
downloadofono-8ec0dab7fa8e4139ba51d61302e0f21b814df20a.tar.bz2
gdbus: Add support for D-Bus client properties
Diffstat (limited to 'gdbus/gdbus.h')
-rw-r--r--gdbus/gdbus.h3
1 files changed, 3 insertions, 0 deletions
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,