From: Philip Withnall Date: Mon, 3 Dec 2018 11:39:11 +0000 (+0000) Subject: spec: Fix a typo in an ObjectManager example X-Git-Tag: dbus-1.13.8~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e63e6c4814471d18911614aebabd18fa0e6c9d;p=thirdparty%2Fdbus.git spec: Fix a typo in an ObjectManager example As spotted by Peter Bigot. Closes #221 Signed-off-by: Philip Withnall --- 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);