atkRegistrySetFactoryType {RGtk2}R Documentation

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]