doc/dbus-api-design: fix wrong closing tag

The original code of 'ProgressNotification' had a wrong closing tag,
which should use '</signal>' instead of '</method>'

Signed-off-by: Yen-Chin, Lee <coldnew.tw@gmail.com>
This commit is contained in:
Yen-Chin, Lee 2023-03-02 15:31:28 +08:00 committed by Simon McVittie
parent d3e33728c2
commit 55d11f579d

View file

@ -320,7 +320,7 @@ passing nothing.
-->
<signal name="ProgressNotification">
<arg name="progress_message" type="s" />
</method>
</signal>
The progress should be reported as an enumerated value:
[code style="valid" mime="application/xml"]
@ -335,7 +335,7 @@ passing nothing.
-->
<signal name="ProgressNotification">
<arg name="progress_state" type="u" />
</method>
</signal>
D-Bus has none of the problems of signed versus unsigned integers which C has
(specifically, it does not do implicit sign conversion), so integer types should