From 69e23983a4e00c7236d2211005fa74a47790ff8e Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Tue, 26 Jan 2010 08:52:16 -0300 Subject: [PATCH] docs: Fix basics-bus docs Fix wrong information about bus watch functions in the application development manual. Fixes #608127 --- docs/manual/basics-bus.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/basics-bus.xml b/docs/manual/basics-bus.xml index 5b4674f..8b8bbc1 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. -- 2.7.4