mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
popover: Add padding pointers to GtkPopoverClass
This commit is contained in:
parent
e78ebaa089
commit
13b37bd4e0
@ -47,6 +47,9 @@ struct _GtkPopover
|
|||||||
struct _GtkPopoverClass
|
struct _GtkPopoverClass
|
||||||
{
|
{
|
||||||
GtkBinClass parent_class;
|
GtkBinClass parent_class;
|
||||||
|
|
||||||
|
/* Padding for future expansion */
|
||||||
|
gpointer reserved[10];
|
||||||
};
|
};
|
||||||
|
|
||||||
GDK_AVAILABLE_IN_3_12
|
GDK_AVAILABLE_IN_3_12
|
||||||
|
Loading…
Reference in New Issue
Block a user