From 92d5e4b2c73eb3469133da0ff9689d62ff8c4ff8 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 2 Nov 2001 20:54:18 +0000 Subject: Pad the structure for future expansion. Fri Nov 2 15:53:23 2001 Owen Taylor * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad the structure for future expansion. --- gtk/gtkimcontext.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk/gtkimcontext.h') diff --git a/gtk/gtkimcontext.h b/gtk/gtkimcontext.h index 1f1433873e..ddd4844669 100644 --- a/gtk/gtkimcontext.h +++ b/gtk/gtkimcontext.h @@ -82,6 +82,11 @@ struct _GtkIMContextClass gboolean (*get_surrounding) (GtkIMContext *context, gchar **text, gint *cursor_index); + + /* Some padding for future expansion. Must be left NULL for now */ + void (*pad1) (void); + void (*pad2) (void); + void (*pad3) (void); }; GtkType gtk_im_context_get_type (void) G_GNUC_CONST; -- cgit v1.2.1