![]() |
![]() |
![]() |
plank Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define PLANK_FACTORIES_TYPE_FACTORY PlankFactoriesFactory * plank_factories_factory_new (void
); void plank_factories_factory_init (PlankFactoriesAbstractMain *main_class
,PlankFactoriesItemFactory *item
); struct PlankFactoriesFactory; struct PlankFactoriesFactoryClass;
#define PLANK_FACTORIES_TYPE_FACTORY (plank_factories_factory_get_type ())
The type for PlankFactoriesFactory.
void plank_factories_factory_init (PlankFactoriesAbstractMain *main_class
,PlankFactoriesItemFactory *item
);
Initializes the factory class.
|
. the main class. [in] |
|
. the item factory. [in] |
struct PlankFactoriesFactoryClass { GObjectClass parent_class; };
The class structure for PLANK_FACTORIES_TYPE_FACTORY
. All the fields in this structure are private and should never be accessed directly.
GObjectClass |
the parent class structure |