diff --git a/ChangeLog b/ChangeLog index ff4e24eea..f1f7f129d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-08 Emmanuele Bassi + + * clutter/clutter-binding-pool.h: Fix the ActivateFunc + documentation by adding a "return value" annotation. + 2008-12-08 Emmanuele Bassi * clutter/Makefile.am: diff --git a/clutter/clutter-binding-pool.h b/clutter/clutter-binding-pool.h index 0fa0712a8..47692403e 100644 --- a/clutter/clutter-binding-pool.h +++ b/clutter/clutter-binding-pool.h @@ -46,8 +46,8 @@ typedef struct _ClutterBindingPool ClutterBindingPool; * clutter_binding_pool_install_action() and invoked by * clutter_binding_pool_activate(). * - * The function should return %TRUE if the key binding was - * handled, and return %FALSE otherwise. + * Return value: the function should return %TRUE if the key + * binding has been handled, and return %FALSE otherwise * * Since: 1.0 */