Initialize accessibility support on clutter_init
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 26 Apr 2010 17:33:49 +0000 (19:33 +0200)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 5 Jul 2010 15:45:43 +0000 (16:45 +0100)
commit8f8e88b692b04fc8cf1949fa1b98c7ae47846a90
tree4c47a8273b6a70bb32f03471d0eb2ee3072d756c
parent774541d71e2518f03bc4fdfb7ad481077a9b0dcb
Initialize accessibility support on clutter_init

Initialize the accessibility support calling cally_accessibility_init

Take into account that this is required to at least be sure that
CallyUtil class is available.

It also modifies cally_accessibility_module_init in order to return
if the initialization was fine (and the name, removing the module word).

It also removes the gnome accessibility hooks, as it is not anymore
module code.

Solves CB#2098
clutter/cally/cally.c
clutter/cally/cally.h
clutter/clutter-main.c
clutter/clutter-main.h