analysis: Fix the "key-press-event" callback signature
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 27 May 2010 08:23:26 +0000 (09:23 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 1 Jun 2010 11:08:18 +0000 (12:08 +0100)
commit83b7801e496f13ad7ecd615ce8fcd09c1fef44d4
treeb2af65e0f5f9f1eb0f0920093c24370b771108c5
parentec59af290cfd6813ff4df37994067de5cea2f1c4
analysis: Fix the "key-press-event" callback signature

We were returning FALSE in a function declared as returning a gpointer.
Turns out that the function should return a gboolea instead.
tests/interactive/test-clip.c