summaryrefslogtreecommitdiff
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:49:10 +0100
commitc2264f9314f3d5908bafe49aa7800df68d36bbea (patch)
tree4c3d23e316839ac41ff87eb40c89921ea99e9e10 /gdbus/gdbus.h
parent3573ac2f7d42ee2a749ffba41d4c15decd6b6f50 (diff)
downloadconnman-c2264f9314f3d5908bafe49aa7800df68d36bbea.tar.gz
connman-c2264f9314f3d5908bafe49aa7800df68d36bbea.tar.bz2
connman-c2264f9314f3d5908bafe49aa7800df68d36bbea.zip
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,