aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-12-26 22:56:22 +0100
committerThomas White <taw@bitwiz.org.uk>2015-12-26 23:18:09 +0100
commit057ddb969f7ed42b329b87bd8a9bdebbc649427d (patch)
tree44a94b873b14abf59197ef3dd7211d438cf6c72b /src/sc_editor.h
parent55a8c269d2e77f798f9ca55d7a4afb7a9f98a701 (diff)
Remove "struct slide" and the slide list
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h1
1 files changed, 1 insertions, 0 deletions
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);