~cando/unity/fix_692444

« back to all changes in this revision

Viewing changes to src/unitya11y.h

  • Committer: Loïc Molinari
  • Author(s): Alejandro Piñeiro
  • Date: 2011-01-31 13:38:14 UTC
  • Revision ID: loic.molinari@canonical.com-20110131133814-xjw5kcw7ree6qzwd
[a11y] Added init check system (reintegrating fix reverted in r790)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
void unity_a11y_init (void);
29
29
void unity_a11y_finalize (void);
30
30
AtkObject *unity_a11y_get_accessible (nux::Object *object);
 
31
gboolean unity_a11y_initialized (void);
31
32
 
32
33
#endif /* UNITY_A11Y_H */