From 057ddb969f7ed42b329b87bd8a9bdebbc649427d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 26 Dec 2015 22:56:22 +0100 Subject: Remove "struct slide" and the slide list --- src/sc_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sc_editor.h') diff --git a/src/sc_editor.h b/src/sc_editor.h index 4f5ba63..166e640 100644 --- a/src/sc_editor.h +++ b/src/sc_editor.h @@ -163,6 +163,7 @@ typedef struct _sceditor SCEditor; typedef struct _sceditorclass SCEditorClass; extern void sc_editor_set_scblock(SCEditor *e, SCBlock *scblocks); +extern SCBlock *sc_editor_get_scblock(SCEditor *e); extern GtkWidget *sc_editor_get_widget(SCEditor *e); extern SCEditor *sc_editor_new(SCBlock *scblocks, SCBlock **stylesheets, PangoLanguage *lang); -- cgit v1.2.3