docs: Fix basics-bus docs
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 26 Jan 2010 11:52:16 +0000 (08:52 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 26 Jan 2010 11:52:16 +0000 (08:52 -0300)
Fix wrong information about bus watch functions in the
application development manual.

Fixes #608127

docs/manual/basics-bus.xml

index 5b4674f540b12cd0c1cb554bbe92a2a07cab7b12..8b8bbc1e3e16532202508522796dda8a48be439d 100644 (file)
@@ -38,7 +38,7 @@
             be called whenever the pipeline emits a message to the bus. In this
             handler, check the signal type (see next section) and do something
             accordingly. The return value of the handler should be TRUE to
-            remove the message from the bus.
+            keep the handler attached to the bus, return FALSE to remove it.
           </para>
         </listitem>
         <listitem>