summaryrefslogtreecommitdiffstats
path: root/gdbus/gdbus.h
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-10-04 04:26:37 -0300
committerMarcel Holtmann <marcel@holtmann.org>2012-11-26 12:56:11 +0100
commita8e02420b45920c637f7991241f48b67112294e2 (patch)
treebe2dd928d132367699ec4100404a977857fb7b33 /gdbus/gdbus.h
parentfd33855e53d922ef97769789e9e9662733368ca8 (diff)
downloadofono-a8e02420b45920c637f7991241f48b67112294e2.tar.bz2
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 ec7b1efb..a96c97f7 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
}