diff options
author | Kristian Rietveld <kris@gtk.org> | 2003-10-15 20:33:17 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2003-10-15 20:33:17 +0000 |
commit | 7cd9dc32da186efe6c8f36107794fb6dfa04068e (patch) | |
tree | 367fb56c8cf139c2b77dad2a692f7e8e0ac11446 /gtk/gtkentrycompletion.h | |
parent | 8b34c308d0f049222fc582cf50fac1d6dda236f6 (diff) | |
download | gtk+-7cd9dc32da186efe6c8f36107794fb6dfa04068e.tar.gz |
add padding to the class structure. ditto. ditto.
Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.h: add padding to the class structure.
* gtk/gtkcomboboxentry.h: ditto.
* gtk/gtkentrycompletion.h: ditto.
Diffstat (limited to 'gtk/gtkentrycompletion.h')
-rw-r--r-- | gtk/gtkentrycompletion.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkentrycompletion.h b/gtk/gtkentrycompletion.h index 2a1b23327f..4ad3d7345a 100644 --- a/gtk/gtkentrycompletion.h +++ b/gtk/gtkentrycompletion.h @@ -64,6 +64,12 @@ struct _GtkEntryCompletionClass GtkTreeIter *iter); void (* action_activated) (GtkEntryCompletion *completion, gint index); + + /* Padding for future expansion */ + void (*_gtk_reserved0) (void); + void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); }; /* core */ |