gtk+ r20499 - trunk/gtk



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

Log:
* gtk/gtkiconfactory.h: seal private member.


Modified:
   trunk/gtk/gtkiconfactory.h

Modified: trunk/gtk/gtkiconfactory.h
==============================================================================
--- trunk/gtk/gtkiconfactory.h	(original)
+++ trunk/gtk/gtkiconfactory.h	Fri Jun 20 10:58:45 2008
@@ -51,7 +51,7 @@
 {
   GObject parent_instance;
 
-  GHashTable *icons;
+  GHashTable *GSEAL (icons);
 };
 
 struct _GtkIconFactoryClass



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