RGtk2 (version 2.20.31)

atkRegistrySetFactoryType: atkRegistrySetFactoryType

Description

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.

Usage

atkRegistrySetFactoryType(object, type, factory.type)

Arguments

object
[AtkRegistry] the AtkRegistry in which to register the type association
type
[GType] an AtkObject type
factory.type
[GType] an AtkObjectFactory type to associate with type. Must implement AtkObject appropriate for type.