mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
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;
|
||||
|
||||
GHashTable *hash;
|
||||
GSList *anonymous;
|
||||
gint anon_count;
|
||||
GHashTable *GSEAL (hash);
|
||||
GSList *GSEAL (anonymous);
|
||||
gint GSEAL (anon_count);
|
||||
|
||||
GSList *buffers;
|
||||
GSList *GSEAL (buffers);
|
||||
};
|
||||
|
||||
struct _GtkTextTagTableClass
|
||||
|
Loading…
Reference in New Issue
Block a user