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 5b4674f..8b8bbc1 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
             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>
           </para>
         </listitem>
         <listitem>