Seal GtkTextTagTable.
svn path=/trunk/; revision=20592
This commit is contained in:
parent
d3fdd57627
commit
34148e552b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user