X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstyle.h;h=5766f843a97fa553dce66b98aecc547cea684ccc;hb=b397495e945570aaacee0eb8fa25704d03761401;hp=ea27c9a28f37b48b5c658bc56f9257d5b8c9fd84;hpb=87b7d67ad1810f6207f58bd13f03c885a808f4e5;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/style.h b/libchimara/style.h index ea27c9a..5766f84 100644 --- a/libchimara/style.h +++ b/libchimara/style.h @@ -10,6 +10,8 @@ G_GNUC_INTERNAL void style_init_textbuffer(GtkTextBuffer *buffer); G_GNUC_INTERNAL void style_init_textgrid(GtkTextBuffer *buffer); G_GNUC_INTERNAL void style_init_more_prompt(winid_t win); G_GNUC_INTERNAL void style_init(ChimaraGlk *glk); +G_GNUC_INTERNAL void style_update(ChimaraGlk *glk); +G_GNUC_INTERNAL const gchar** style_get_tag_names(); G_GNUC_INTERNAL void reset_default_styles(ChimaraGlk *glk); /*G_GNUC_INTERNAL void copy_default_styles_to_current_styles(ChimaraGlk *glk);*/ G_GNUC_INTERNAL GScanner *create_css_file_scanner(void); @@ -23,4 +25,6 @@ typedef struct StyleSet { GHashTable *text_buffer; } StyleSet; +#define CHIMARA_NUM_STYLES 13 + #endif