summaryrefslogtreecommitdiffstats
path: root/gdbus/gdbus.h
diff options
context:
space:
mode:
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
}