]> Pileus Git - ~andy/gtk/commitdiff
Seal priv pointer in GtkAction.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:42 +0000 (11:03 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:42 +0000 (11:03 +0000)
svn path=/trunk/; revision=20553

gtk/gtkaction.h

index 4cc5d93b1b5778b45df445050e749634bee199c5..4e1675dd0d34ad085168c812c5db337e0b521e9c 100644 (file)
@@ -57,7 +57,7 @@ struct _GtkAction
 
   /*< private >*/
 
-  GtkActionPrivate *private_data;
+  GtkActionPrivate *GSEAL (private_data);
 };
 
 struct _GtkActionClass