X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstyle.h;h=7dc507f0abaaa3c1dee2212e4ce1aec2f9b9a32e;hb=6702e46cbf0d5980a7386038d019c03fb12d3b52;hp=73cbf8caacb5aadda019a160f86d3685e8ae9526;hpb=f6471ec24982a18b8aa2d282d13f4254c906861a;p=rodin%2Fchimara.git diff --git a/libchimara/style.h b/libchimara/style.h index 73cbf8c..7dc507f 100644 --- a/libchimara/style.h +++ b/libchimara/style.h @@ -11,6 +11,12 @@ #include "stream.h" G_GNUC_INTERNAL void style_init_textbuffer(GtkTextBuffer *buffer); +G_GNUC_INTERNAL void style_init_textgrid(GtkTextBuffer *buffer); G_GNUC_INTERNAL void style_init(); +typedef struct StyleSet { + GHashTable *text_grid; + GHashTable *text_buffer; +} StyleSet; + #endif