Registry.setFactoryType

Associate an #AtkObjectFactory subclass with a #GType. Note: The associated factory_type will thereafter be responsible for the creation of new #AtkObject implementations for instances appropriate for type.

class Registry
void
setFactoryType

Parameters

type gobject.types.GType

an #AtkObject type

factoryType gobject.types.GType

an #AtkObjectFactory type to associate with type. Must implement AtkObject appropriate for type.