GalViewFactory

GalViewFactory

Synopsis

struct              GalViewFactory;
const gchar *       gal_view_factory_get_title          (GalViewFactory *factory);
const gchar *       gal_view_factory_get_type_code      (GalViewFactory *factory);
GalView *           gal_view_factory_new_view           (GalViewFactory *factory,
                                                         const gchar *name);

Object Hierarchy

  GObject
   +----GalViewFactory
         +----GalViewFactoryEtable

Description

Details

struct GalViewFactory

struct GalViewFactory;

gal_view_factory_get_title ()

const gchar *       gal_view_factory_get_title          (GalViewFactory *factory);

factory :

a GalViewFactory

Returns :

The title of the factory.

gal_view_factory_get_type_code ()

const gchar *       gal_view_factory_get_type_code      (GalViewFactory *factory);

factory :

a GalViewFactory

Returns :

The type code

gal_view_factory_new_view ()

GalView *           gal_view_factory_new_view           (GalViewFactory *factory,
                                                         const gchar *name);

factory :

a GalViewFactory

name :

the name for the view

Returns :

The new view