gtk+ r20606 - trunk/gtk



Author: timj
Date: Fri Jun 20 11:08:23 2008
New Revision: 20606
URL: http://svn.gnome.org/viewvc/gtk+?rev=20606&view=rev

Log:
Seal GtkIMContextSimple


Modified:
   trunk/gtk/gtkimcontextsimple.h

Modified: trunk/gtk/gtkimcontextsimple.h
==============================================================================
--- trunk/gtk/gtkimcontextsimple.h	(original)
+++ trunk/gtk/gtkimcontextsimple.h	Fri Jun 20 11:08:23 2008
@@ -47,14 +47,14 @@
 {
   GtkIMContext object;
 
-  GSList *tables;
+  GSList *GSEAL (tables);
 
-  guint compose_buffer[GTK_MAX_COMPOSE_LEN + 1];
-  gunichar tentative_match;
-  gint tentative_match_len;
+  guint GSEAL (compose_buffer[GTK_MAX_COMPOSE_LEN + 1]);
+  gunichar GSEAL (tentative_match);
+  gint GSEAL (tentative_match_len);
 
-  guint in_hex_sequence : 1;
-  guint modifiers_dropped : 1;
+  guint GSEAL (in_hex_sequence : 1);
+  guint GSEAL (modifiers_dropped : 1);
 };
 
 struct _GtkIMContextSimpleClass



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]