diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-19 19:07:36 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-19 19:07:36 +0200 |
commit | 4824a730841d5ee3b4492221f42cc40ee7296974 (patch) | |
tree | 1cfee2d71da55a5f506078a71c9e3fbed92e6ca9 /gtk/gtkfilechooserdialog.h | |
parent | 921f069269e27bb2505f569b0d655b96aca54cad (diff) | |
download | gtk+-4824a730841d5ee3b4492221f42cc40ee7296974.tar.gz |
Add padding to class structs
Diffstat (limited to 'gtk/gtkfilechooserdialog.h')
-rw-r--r-- | gtk/gtkfilechooserdialog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserdialog.h b/gtk/gtkfilechooserdialog.h index f10ff9d7aa..5dfdf1fda6 100644 --- a/gtk/gtkfilechooserdialog.h +++ b/gtk/gtkfilechooserdialog.h @@ -51,6 +51,12 @@ struct _GtkFileChooserDialog struct _GtkFileChooserDialogClass { GtkDialogClass parent_class; + + /* Padding for future expansion */ + void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); + void (*_gtk_reserved4) (void); }; GType gtk_file_chooser_dialog_get_type (void) G_GNUC_CONST; |