Seal GtkTextTagTable.

svn path=/trunk/; revision=20592
This commit is contained in:
Tim Janik 2008-06-20 11:07:08 +00:00
parent d3fdd57627
commit 34148e552b

View File

@ -50,11 +50,11 @@ struct _GtkTextTagTable
{
GObject parent_instance;
GHashTable *hash;
GSList *anonymous;
gint anon_count;
GHashTable *GSEAL (hash);
GSList *GSEAL (anonymous);
gint GSEAL (anon_count);
GSList *buffers;
GSList *GSEAL (buffers);
};
struct _GtkTextTagTableClass