summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontext.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-11-02 20:54:18 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-11-02 20:54:18 +0000
commit92d5e4b2c73eb3469133da0ff9689d62ff8c4ff8 (patch)
tree287579d8a6efa5e568a7bf01e1f9867d23cf23a1 /gtk/gtkimcontext.h
parent7f63b5db980f2f73301bb47211f806574c0426de (diff)
downloadgtk+-92d5e4b2c73eb3469133da0ff9689d62ff8c4ff8.tar.gz
Pad the structure for future expansion.
Fri Nov 2 15:53:23 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad the structure for future expansion.
Diffstat (limited to 'gtk/gtkimcontext.h')
-rw-r--r--gtk/gtkimcontext.h5
1 files changed, 5 insertions, 0 deletions
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;