aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/gal-view-factory.h')
-rw-r--r--e-util/gal-view-factory.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/e-util/gal-view-factory.h b/e-util/gal-view-factory.h
index 73cc02251e..0eb4d00786 100644
--- a/e-util/gal-view-factory.h
+++ b/e-util/gal-view-factory.h
@@ -62,10 +62,6 @@ struct _GalViewFactoryClass {
GObjectClass parent_class;
GType gal_view_type;
-
- /* Methods */
- GalView * (*new_view) (GalViewFactory *factory,
- const gchar *name);
};
GType gal_view_factory_get_type (void);
@@ -77,7 +73,7 @@ GType gal_view_factory_get_type (void);
const gchar * gal_view_factory_get_type_code (GalViewFactory *factory);
GalView * gal_view_factory_new_view (GalViewFactory *factory,
- const gchar *name);
+ const gchar *title);
G_END_DECLS