mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
Seal priv pointer in GtkUIManager.
svn path=/trunk/; revision=20586
This commit is contained in:
parent
8fce681653
commit
f2e6883cd0
@ -62,7 +62,7 @@ struct _GtkUIManager {
|
|||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
|
|
||||||
GtkUIManagerPrivate *private_data;
|
GtkUIManagerPrivate *GSEAL (private_data);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkUIManagerClass {
|
struct _GtkUIManagerClass {
|
||||||
|
Loading…
Reference in New Issue
Block a user