2008-12-08 Emmanuele Bassi <ebassi@linux.intel.com>

* clutter/clutter-binding-pool.h: Fix the ActivateFunc
	documentation by adding a "return value" annotation.
This commit is contained in:
Emmanuele Bassi 2008-12-08 14:22:52 +00:00
parent 5165ff3934
commit e3dd18dc0c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-12-08 Emmanuele Bassi <ebassi@linux.intel.com>
* clutter/clutter-binding-pool.h: Fix the ActivateFunc
documentation by adding a "return value" annotation.
2008-12-08 Emmanuele Bassi <ebassi@linux.intel.com>
* clutter/Makefile.am:

View File

@ -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
*/