Function Macro
CallyACCESSIBLE_FACTORY
since: 13
Declaration [src]
#define CALLY_ACCESSIBLE_FACTORY (
type,
type_as_function,
opt_create_accessible
)
Description [src]
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.
It assumes that the accessibility object provides a
opt_create_accessible method in order to create the accessibility
object. It returns a type GType object.
Available since: 13
This function is not directly available to language bindings.