summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-01-26 08:52:16 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-01-26 08:52:16 -0300
commit69e23983a4e00c7236d2211005fa74a47790ff8e (patch)
treefa75345bc6b6fc76ea2f24944ef960ca12a355ed /docs/manual
parente60216bce8c191178d9aae55f61d907cfd36c3f5 (diff)
docs: Fix basics-bus docs
Fix wrong information about bus watch functions in the application development manual. Fixes #608127
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/basics-bus.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/basics-bus.xml b/docs/manual/basics-bus.xml
index 5b4674f54..8b8bbc1e3 100644
--- a/docs/manual/basics-bus.xml
+++ b/docs/manual/basics-bus.xml
@@ -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>