Method
AtkRegistryget_factory
Declaration [src]
AtkObjectFactory*
atk_registry_get_factory (
AtkRegistry* registry,
GType type
)
Description [src]
Gets an AtkObjectFactory
appropriate for creating AtkObjects
appropriate for type
.
Return value
Type: AtkObjectFactory
An AtkObjectFactory
appropriate for creating
AtkObjects
appropriate for type
.
The returned data is owned by the instance. |