6 #include <glib/gstdio.h>
10 #include "chimara-glk-private.h"
13 G_GNUC_INTERNAL void style_init_textbuffer(GtkTextBuffer *buffer);
14 G_GNUC_INTERNAL void style_init_textgrid(GtkTextBuffer *buffer);
15 G_GNUC_INTERNAL void style_init();
17 typedef struct StyleSet {
18 GHashTable *text_grid;
19 GHashTable *text_buffer;