aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-11-15 16:17:17 +0100
committerThomas White <taw@bitwiz.org.uk>2015-11-15 16:17:17 +0100
commit81100c4e659c6b11f2e36f48a171325ddff76676 (patch)
tree67f55f357f72c35e288096d6202ec3c352d59b22 /src/sc_editor.h
parent9fa18b75c1354989dabf682788b9ea41fe28c707 (diff)
Move PangoLanguage higher up
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index 289b56f..4f5ba63 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -164,7 +164,8 @@ typedef struct _sceditorclass SCEditorClass;
extern void sc_editor_set_scblock(SCEditor *e, SCBlock *scblocks);
extern GtkWidget *sc_editor_get_widget(SCEditor *e);
-extern SCEditor *sc_editor_new(SCBlock *scblocks, SCBlock **stylesheets);
+extern SCEditor *sc_editor_new(SCBlock *scblocks, SCBlock **stylesheets,
+ PangoLanguage *lang);
extern void sc_editor_set_size(SCEditor *e, int w, int h);
extern void sc_editor_set_logical_size(SCEditor *e, double w, double h);
extern void sc_editor_set_flow(SCEditor *e, int flow);