summaryrefslogtreecommitdiff
path: root/gtk/gtkcheckbutton.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-05-27 04:09:41 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-05-27 04:09:41 +0000
commita29fe385df1468b042943792884fd91761ab3501 (patch)
tree1a65e19bf5dc1a839890ddfb02cebf5ba1a9a124 /gtk/gtkcheckbutton.h
parent6d9bac47b365d9ec7676ac4190fbf3b2649da28f (diff)
downloadgtk+-a29fe385df1468b042943792884fd91761ab3501.tar.gz
check button: Use standard padding
Diffstat (limited to 'gtk/gtkcheckbutton.h')
-rw-r--r--gtk/gtkcheckbutton.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gtk/gtkcheckbutton.h b/gtk/gtkcheckbutton.h
index b1e46820de..9a7ed350f7 100644
--- a/gtk/gtkcheckbutton.h
+++ b/gtk/gtkcheckbutton.h
@@ -55,11 +55,9 @@ struct _GtkCheckButtonClass
{
GtkToggleButtonClass parent_class;
- /* Padding for future expansion */
- void (*_gtk_reserved1) (void);
- void (*_gtk_reserved2) (void);
- void (*_gtk_reserved3) (void);
- void (*_gtk_reserved4) (void);
+ /*< private >*/
+
+ gpointer padding[8];
};