aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtknarrativeview.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-01-24 14:58:45 +0100
committerThomas White <taw@physics.org>2020-01-24 14:58:45 +0100
commitc84cdfa1e3d3060e64c6d1d7b332a13024c6da9e (patch)
tree07dab818b960b6d561ca12b128806686c5ce653c /libstorycode/gtk/gtknarrativeview.h
parent6fd2388d71eb64ade70106a14617a46ee3366bfc (diff)
Insert bullet points
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 2a2b0e9..73cc19e 100644
--- a/libstorycode/gtk/gtknarrativeview.h
+++ b/libstorycode/gtk/gtknarrativeview.h
@@ -113,6 +113,7 @@ extern void gtk_narrative_view_set_para_highlight(GtkNarrativeView *e, int para_
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);
+extern void gtk_narrative_view_add_bp_at_cursor(GtkNarrativeView *e);
extern void gtk_narrative_view_redraw(GtkNarrativeView *e);