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