Seal priv pointer in GtkRecentChooserWidget.

svn path=/trunk/; revision=20578
This commit is contained in:
Tim Janik 2008-06-20 11:05:53 +00:00
parent e481c64df0
commit 0155de729c

View File

@ -47,7 +47,7 @@ struct _GtkRecentChooserWidget
/*< private >*/
GtkVBox parent_instance;
GtkRecentChooserWidgetPrivate *priv;
GtkRecentChooserWidgetPrivate *GSEAL (priv);
};
struct _GtkRecentChooserWidgetClass