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/gtkentrycompletion.h | |
parent | 921f069269e27bb2505f569b0d655b96aca54cad (diff) | |
download | gtk+-4824a730841d5ee3b4492221f42cc40ee7296974.tar.gz |
Add padding to class structs
Diffstat (limited to 'gtk/gtkentrycompletion.h')
-rw-r--r-- | gtk/gtkentrycompletion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkentrycompletion.h b/gtk/gtkentrycompletion.h index b4fdc5892c..f120c3a679 100644 --- a/gtk/gtkentrycompletion.h +++ b/gtk/gtkentrycompletion.h @@ -74,6 +74,8 @@ struct _GtkEntryCompletionClass /* Padding for future expansion */ void (*_gtk_reserved0) (void); void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); }; /* core */ |