mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
gtkrecentchooserdialog: unseal private pointer
This commit is contained in:
parent
e6bd773fda
commit
37a499cea6
@ -45,10 +45,10 @@ typedef struct _GtkRecentChooserDialogPrivate GtkRecentChooserDialogPrivate;
|
||||
|
||||
struct _GtkRecentChooserDialog
|
||||
{
|
||||
/*< private >*/
|
||||
GtkDialog parent_instance;
|
||||
|
||||
GtkRecentChooserDialogPrivate *GSEAL (priv);
|
||||
/*< private >*/
|
||||
GtkRecentChooserDialogPrivate *priv;
|
||||
};
|
||||
|
||||
struct _GtkRecentChooserDialogClass
|
||||
|
Loading…
Reference in New Issue
Block a user