aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus/gal-view-etable.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/menus/gal-view-etable.h')
-rw-r--r--widgets/menus/gal-view-etable.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/widgets/menus/gal-view-etable.h b/widgets/menus/gal-view-etable.h
index 5744da52ec..98a1ddc861 100644
--- a/widgets/menus/gal-view-etable.h
+++ b/widgets/menus/gal-view-etable.h
@@ -27,8 +27,10 @@ typedef struct {
/* Standard functions */
GtkType gal_view_etable_get_type (void);
-GalView *gal_view_etable_new (ETableSpecification *spec);
+GalView *gal_view_etable_new (ETableSpecification *spec,
+ const gchar *title);
GalView *gal_view_etable_construct (GalViewEtable *view,
- ETableSpecification *spec);
+ ETableSpecification *spec,
+ const gchar *title);
#endif /* _GAL_VIEW_ETABLE_H_ */