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; GObject parent_instance;
GHashTable *hash; GHashTable *GSEAL (hash);
GSList *anonymous; GSList *GSEAL (anonymous);
gint anon_count; gint GSEAL (anon_count);
GSList *buffers; GSList *GSEAL (buffers);
}; };
struct _GtkTextTagTableClass struct _GtkTextTagTableClass