mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
GtkTreeView: unseal private pointer
This commit is contained in:
parent
66c0673a41
commit
8fbccfb1a9
@ -62,7 +62,8 @@ struct _GtkTreeView
|
||||
{
|
||||
GtkContainer parent;
|
||||
|
||||
GtkTreeViewPrivate *GSEAL (priv);
|
||||
/* <private> */
|
||||
GtkTreeViewPrivate *priv;
|
||||
};
|
||||
|
||||
struct _GtkTreeViewClass
|
||||
|
Loading…
Reference in New Issue
Block a user