From acd870eb37073039a9ceaed25c6e672b06e5c842 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Dec 2012 13:24:17 -0800 Subject: gdbus: Add function to manually refresh properties --- gdbus/gdbus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdbus/gdbus.h') diff --git a/gdbus/gdbus.h b/gdbus/gdbus.h index b0de6d53..582e944f 100644 --- a/gdbus/gdbus.h +++ b/gdbus/gdbus.h @@ -289,6 +289,8 @@ const char *g_dbus_proxy_get_interface(GDBusProxy *proxy); gboolean g_dbus_proxy_get_property(GDBusProxy *proxy, const char *name, DBusMessageIter *iter); +gboolean g_dbus_proxy_refresh_property(GDBusProxy *proxy, const char *name); + typedef void (* GDBusResultFunction) (const DBusError *error, void *user_data); gboolean g_dbus_proxy_set_property_basic(GDBusProxy *proxy, -- cgit v1.2.3