summaryrefslogtreecommitdiff
path: root/gdbus/gdbus.h
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-10-04 04:26:37 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-10-04 17:10:36 +0300
commit9f63f87ad0d95e4e64ddb713c85784c51056b55e (patch)
tree43782a39a89a5641515e70fda40a088d1ea1d256 /gdbus/gdbus.h
parent343c29cfffea91aa4bc4f6e494b42441b65a17ee (diff)
downloadbluez-9f63f87ad0d95e4e64ddb713c85784c51056b55e.tar.gz
gdbus: Implement PropertiesChanged signal
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 ec7b1efb0..a96c97f7c 100644
--- a/gdbus/gdbus.h
+++ b/gdbus/gdbus.h
@@ -254,6 +254,9 @@ void g_dbus_pending_property_error_valist(DBusConnection *connection,
void g_dbus_pending_property_error(DBusConnection *connection,
GDBusPendingReply id, const char *name,
const char *format, ...);
+void g_dbus_emit_property_changed(DBusConnection *connection,
+ const char *path, const char *interface,
+ const char *name);
#ifdef __cplusplus
}