]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
spec: Fix a typo in an ObjectManager example
authorPhilip Withnall <withnall@endlessm.com>
Mon, 3 Dec 2018 11:39:11 +0000 (11:39 +0000)
committerPhilip Withnall <withnall@endlessm.com>
Mon, 3 Dec 2018 11:39:11 +0000 (11:39 +0000)
As spotted by Peter Bigot.

Closes #221

Signed-off-by: Philip Withnall <withnall@endlessm.com>
doc/dbus-specification.xml

index ebeceae8f5149d1039e5677b5aed36a05ebd928d..be7f996a41a77915731c7ff397b7e75d4513eae1 100644 (file)
       <para>
         <programlisting>
           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);
         </programlisting>
       </para>