X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsyntax-editor-source.h;h=f8d08eaaadbcde3a28f6ff61cfae0e9f051abf2c;hb=afdf3096926b561f4e6511c10fcf73fc6796b9d2;hp=ca198393fbed07e338c2f1686a4274354e16bf61;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/ui/gui/syntax-editor-source.h b/src/ui/gui/syntax-editor-source.h index ca198393..f8d08eaa 100644 --- a/src/ui/gui/syntax-editor-source.h +++ b/src/ui/gui/syntax-editor-source.h @@ -23,9 +23,10 @@ struct getl_interface; struct syntax_editor; struct getl_interface * -create_syntax_editor_source (const struct syntax_editor *se, +create_syntax_editor_source (GtkTextBuffer *buffer, GtkTextIter start, - GtkTextIter stop + GtkTextIter stop, + const gchar *name );