Added first version of hyperlink support. Only textbuffers at the moment, but can...
[rodin/chimara.git] / libchimara / style.h
index 9a16c1a7d983971e3bd2d6857f5d3f8fe6f58c50..8d7c69e104540906bd40a092b0ca0d9c0d282d60 100644 (file)
@@ -15,6 +15,7 @@ G_GNUC_INTERNAL void style_init_textbuffer(GtkTextBuffer *buffer);
 G_GNUC_INTERNAL void style_init_textgrid(GtkTextBuffer *buffer);
 G_GNUC_INTERNAL void style_init();
 G_GNUC_INTERNAL PangoFontDescription* get_current_font(guint32 wintype);
+G_GNUC_INTERNAL GtkTextTag* gtk_text_tag_copy(GtkTextTag *tag);
 
 typedef struct StyleSet {
        GHashTable *text_grid;