#define GAL_VIEW_FACTORY_TYPE typedef GalViewFactory; const char* gal_view_factory_get_title (GalViewFactory *factory); const char* gal_view_factory_get_type_code (GalViewFactory *factory); GalView* gal_view_factory_new_view (GalViewFactory *factory, const char *name); |
const char* gal_view_factory_get_type_code (GalViewFactory *factory); |
GalView* gal_view_factory_new_view (GalViewFactory *factory, const char *name); |