mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 03:28:11 +02:00
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:
parent
d3e33728c2
commit
55d11f579d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue