diff options
-rw-r--r-- | libstorycode/gtk/gtkslideview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libstorycode/gtk/gtkslideview.h b/libstorycode/gtk/gtkslideview.h index 59b9ad4..9f8fa25 100644 --- a/libstorycode/gtk/gtkslideview.h +++ b/libstorycode/gtk/gtkslideview.h @@ -1,7 +1,7 @@ /* * sc_editor.h * - * Copyright © 2014-2018 Thomas White <taw@bitwiz.org.uk> + * Copyright © 2014-2019 Thomas White <taw@bitwiz.org.uk> * * This file is part of Colloquium. * @@ -147,6 +147,8 @@ struct _gtkslideviewclass typedef struct _gtkslideview GtkSlideView; typedef struct _gtkslideviewclass GtkSlideViewClass; +extern GType gtk_slide_view_get_type(void); + extern GtkWidget *gtk_slide_view_new(Narrative *n, Slide *slide); extern void gtk_slide_view_set_slide(GtkWidget *sv, Slide *slide); |