gtk+ r20598 - trunk/gtk
- From: timj svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20598 - trunk/gtk
- Date: Fri, 20 Jun 2008 11:07:40 +0000 (UTC)
Author: timj
Date: Fri Jun 20 11:07:40 2008
New Revision: 20598
URL: http://svn.gnome.org/viewvc/gtk+?rev=20598&view=rev
Log:
Seal GtkTextBuffer.
Modified:
trunk/gtk/gtktextbuffer.h
Modified: trunk/gtk/gtktextbuffer.h
==============================================================================
--- trunk/gtk/gtktextbuffer.h (original)
+++ trunk/gtk/gtktextbuffer.h Fri Jun 20 11:07:40 2008
@@ -75,20 +75,20 @@
{
GObject parent_instance;
- GtkTextTagTable *tag_table;
- GtkTextBTree *btree;
+ GtkTextTagTable *GSEAL (tag_table);
+ GtkTextBTree *GSEAL (btree);
- GSList *clipboard_contents_buffers;
- GSList *selection_clipboards;
+ GSList *GSEAL (clipboard_contents_buffers);
+ 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 */
- guint modified : 1;
+ guint GSEAL (modified : 1);
- guint has_selection : 1;
+ guint GSEAL (has_selection : 1);
};
struct _GtkTextBufferClass
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]