aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtknarrativeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/gtk/gtknarrativeview.h')
-rw-r--r--libstorycode/gtk/gtknarrativeview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/gtk/gtknarrativeview.h b/libstorycode/gtk/gtknarrativeview.h
index 9cbdcbd..c85ca1f 100644
--- a/libstorycode/gtk/gtknarrativeview.h
+++ b/libstorycode/gtk/gtknarrativeview.h
@@ -110,5 +110,6 @@ extern void gtk_narrative_view_paste(GtkNarrativeView *e);
extern void gtk_narrative_view_set_para_highlight(GtkNarrativeView *e, int para_highlight);
extern int gtk_narrative_view_get_cursor_para(GtkNarrativeView *e);
extern void gtk_narrative_view_set_cursor_para(GtkNarrativeView *e, signed int pos);
+extern void gtk_narrative_view_add_slide_at_cursor(GtkNarrativeView *e);
#endif /* GTK_NARRATIVE_VIEW_H */