]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
doc/dbus-api-design: fix wrong closing tag
authorYen-Chin, Lee <coldnew.tw@gmail.com>
Thu, 2 Mar 2023 07:31:28 +0000 (15:31 +0800)
committerYen-Chin, Lee <coldnew.tw@gmail.com>
Thu, 2 Mar 2023 07:31:28 +0000 (15:31 +0800)
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>
doc/dbus-api-design.duck

index 014e4a3c3468cc756ac9d718a47e29482a968e16..c8db64275a12c218a06051fd0e8a4f30321269aa 100644 (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