mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
gtkfilechooserwidget: Unseal private pointer
This commit is contained in:
parent
9b63c322ee
commit
58030409d8
@ -45,7 +45,7 @@ struct _GtkFileChooserWidget
|
|||||||
{
|
{
|
||||||
GtkVBox parent_instance;
|
GtkVBox parent_instance;
|
||||||
|
|
||||||
GtkFileChooserWidgetPrivate *GSEAL (priv);
|
GtkFileChooserWidgetPrivate *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkFileChooserWidgetClass
|
struct _GtkFileChooserWidgetClass
|
||||||
|
Loading…
Reference in New Issue
Block a user