![]() | ![]() | ![]() | ATK Library Reference Manual | ![]() |
---|
AtkNoOpObjectFactory — The AtkObjectFactory which creates an AtkNoOpObject.
struct AtkNoOpObjectFactory; AtkObjectFactory* atk_no_op_object_factory_new (void);
GObject +----AtkObjectFactory +----AtkNoOpObjectFactory
The AtkObjectFactory which creates an AtkNoOpObject. An instance of this is created by an AtkRegistry if no factory type has not been specified to create an accessible object of a particular type.
struct AtkNoOpObjectFactory;
The AtkNoOpObjectFactory structure should not be accessed directly.
AtkObjectFactory* atk_no_op_object_factory_new (void);
Creates an instance of an AtkObjectFactory which generates primitive (non-functioning) AtkObjects.
Returns : | an instance of an AtkObjectFactory |
<< AtkNoOpObject | AtkObject >> |