Seal GtkTextBuffer.
svn path=/trunk/; revision=20598
This commit is contained in:
parent
e368c4972d
commit
ad8fcdd70a
@ -75,20 +75,20 @@ struct _GtkTextBuffer
|
|||||||
{
|
{
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
|
||||||
GtkTextTagTable *tag_table;
|
GtkTextTagTable *GSEAL (tag_table);
|
||||||
GtkTextBTree *btree;
|
GtkTextBTree *GSEAL (btree);
|
||||||
|
|
||||||
GSList *clipboard_contents_buffers;
|
GSList *GSEAL (clipboard_contents_buffers);
|
||||||
GSList *selection_clipboards;
|
GSList *GSEAL (selection_clipboards);
|
||||||
|
|
||||||
GtkTextLogAttrCache *log_attr_cache;
|
GtkTextLogAttrCache *GSEAL (log_attr_cache);
|
||||||
|
|
||||||
guint user_action_count;
|
guint GSEAL (user_action_count);
|
||||||
|
|
||||||
/* Whether the buffer has been modified since last save */
|
/* Whether the buffer has been modified since last save */
|
||||||
guint modified : 1;
|
guint GSEAL (modified : 1);
|
||||||
|
|
||||||
guint has_selection : 1;
|
guint GSEAL (has_selection : 1);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkTextBufferClass
|
struct _GtkTextBufferClass
|
||||||
|
Loading…
Reference in New Issue
Block a user