mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 01:40:10 +00:00
Seal priv pointer in GtkAboutDialog.
svn path=/trunk/; revision=20552
This commit is contained in:
parent
3d2531e624
commit
f5e718b985
@ -48,7 +48,7 @@ struct _GtkAboutDialog
|
||||
GtkDialog parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
gpointer private_data;
|
||||
gpointer GSEAL (private_data);
|
||||
};
|
||||
|
||||
struct _GtkAboutDialogClass
|
||||
|
Loading…
Reference in New Issue
Block a user