Next: , Previous: AtkObject, Up: Top


13 AtkObjectFactory

The base object class for a factory used to create accessible objects for objects of a specific GType.

13.1 Overview

This class is the base object class for a factory used to create an accessible object for a specific GType. The function atk-registry-set-factory-type is normally called to store in the registry the factory type to be used to create an accessible of a particular GType.

13.2 Usage

— Class: <atk-object-factory>

Derives from <gobject>.

This class defines no direct slots.

— Function: atk-object-factory-invalidate (self <atk-object-factory>)
— Method: invalidate

Inform factory that it is no longer being used to create accessibles. When called, factory may need to inform <atk-objects> which it has created that they need to be re-instantiated. Note: primarily used for runtime replacement of <atk-object-factorys> in object registries.

factory
an <atk-object-factory> to invalidate