PlankFactoriesFactory

PlankFactoriesFactory — The main factory class for the dock.

Synopsis

#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;

Object Hierarchy

  GObject
   +----PlankFactoriesFactory

Description

Details

PLANK_FACTORIES_TYPE_FACTORY

#define PLANK_FACTORIES_TYPE_FACTORY (plank_factories_factory_get_type ())

The type for PlankFactoriesFactory.


plank_factories_factory_new ()

PlankFactoriesFactory * plank_factories_factory_new     (void);

plank_factories_factory_init ()

void                plank_factories_factory_init        (PlankFactoriesAbstractMain *main_class,
                                                         PlankFactoriesItemFactory *item);

Initializes the factory class.

main_class :

 . the main class. [in]

item :

 . the item factory. [in]

struct PlankFactoriesFactory

struct PlankFactoriesFactory;

The main factory class for the dock.


struct PlankFactoriesFactoryClass

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 parent_class;

the parent class structure