aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-05-02 22:59:10 +0200
committerThomas White <taw@bitwiz.me.uk>2019-05-02 23:02:40 +0200
commit1dd24cf19a92b317e791420417cd5dbb282bc64b (patch)
tree7abd43cebe920212a73b97b8385f809f3419fe30
parent589cbbd83943a24998b88a676ac8a5dec2a41c28 (diff)
Add missing get_type
-rw-r--r--libstorycode/gtk/gtkslideview.h4
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);