mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 21:08:14 +02:00
spec: Fix a typo in an ObjectManager example
As spotted by Peter Bigot. Closes #221 Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
19bc103e5d
commit
f2e63e6c48
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue