docs: Fix basics-bus docs

Fix wrong information about bus watch functions in the
application development manual.

Fixes #608127
This commit is contained in:
Thiago Santos 2010-01-26 08:52:16 -03:00
parent e60216bce8
commit 69e23983a4

View 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>