Namespace

Cally – 10

The Clutter Accessibility Implementation Library

Version10
AuthorsMutter Development Team
LicenseGPL-2.0-or-later
Websitehttps://blogs.gnome.org/shell-dev/
Sourcehttps://gitlab.gnome.org/GNOME/mutter/

Build

C headers
pkg-config files

Dependencies

GObject The base type system library
Browse documentation
Atk The Accessibility toolkit
Browse documentation

Additional documentation

Classes

Actor

The CallyActor structure contains only private data and should be accessed using the provided API.

Clone

The CallyClone structure contains only private data and should be accessed using the provided API.

Root

The CallyRoot structure contains only private data and should be accessed using the provided API.

Stage

The CallyStage structure contains only private data and should be accessed using the provided API.

Text

The CallyText structure contains only private data and should be accessed using the provided API.

Util

The CallyUtil structure contains only private data and should be accessed using the provided API.

Callbacks

ActionCallback

Action function, to be used on AtkAction implementations as an individual action. Unlike CallyActionFunc, this function uses the user_data argument passed to cally_actor_add_action_full().

ActionFunc

Action function, to be used on AtkAction implementations as a individual action.

Functions

accessibility_init

Initializes the accessibility support.

get_cally_initialized

Returns if the accessibility support using cally is enabled.

snoop_key_event

Function Macros

ACCESSIBLE_FACTORY

Defines a new AtkObjectFactory factory to create accessible objects of a specific GType. It defines the factory GType and also overrides the proper AtkObjectFactory methods.

ACTOR_SET_FACTORY

Sets the AtkObjectFactory to be used in order to instantiate accessibility objects for the actor which GType is widget_type.