gtk+ r20512 - trunk/gtk



Author: timj
Date: Fri Jun 20 10:59:53 2008
New Revision: 20512
URL: http://svn.gnome.org/viewvc/gtk+?rev=20512&view=rev

Log:
*gtk/gtkfixed.h: seal members.


Modified:
   trunk/gtk/gtkfixed.h

Modified: trunk/gtk/gtkfixed.h
==============================================================================
--- trunk/gtk/gtkfixed.h	(original)
+++ trunk/gtk/gtkfixed.h	Fri Jun 20 10:59:53 2008
@@ -54,7 +54,7 @@
 {
   GtkContainer container;
 
-  GList *children;
+  GList *GSEAL (children);
 };
 
 struct _GtkFixedClass



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