mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
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:
parent
5165ff3934
commit
e3dd18dc0c
@ -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:
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user