From f2e63e6c4814471d18911614aebabd18fa0e6c9d Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 3 Dec 2018 11:39:11 +0000 Subject: [PATCH] spec: Fix a typo in an ObjectManager example As spotted by Peter Bigot. Closes #221 Signed-off-by: Philip Withnall --- doc/dbus-specification.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index ebeceae8f..be7f996a4 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -4389,7 +4389,7 @@ org.freedesktop.DBus.AddMatch (bus_proxy, - "type='signal',name='org.example.App2',path_namespace='/org/example/App2'"); + "type='signal',sender='org.example.App2',path_namespace='/org/example/App2'"); objects = org.freedesktop.DBus.ObjectManager.GetManagedObjects (app_proxy); -- 2.47.3