summaryrefslogtreecommitdiff
path: root/doc/dbus-specification.xml
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-12-03 11:39:11 +0000
committerPhilip Withnall <withnall@endlessm.com>2018-12-03 11:39:11 +0000
commitf2e63e6c4814471d18911614aebabd18fa0e6c9d (patch)
tree2a227a5d367cc37fcf861950a97386d5eda2cbd6 /doc/dbus-specification.xml
parent19bc103e5de47d916f08c022adee6635e024f22a (diff)
downloaddbus-f2e63e6c4814471d18911614aebabd18fa0e6c9d.tar.gz
spec: Fix a typo in an ObjectManager example
As spotted by Peter Bigot. Closes #221 Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'doc/dbus-specification.xml')
-rw-r--r--doc/dbus-specification.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index ebeceae8..be7f996a 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -4389,7 +4389,7 @@
<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>