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 static const gchar* TAG_NAMES[] = {
31 typedef struct StyleSet {
32 GHashTable *text_grid;
33 GHashTable *text_buffer;