diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-23 20:22:05 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-23 20:22:05 +0000 |
commit | e5d1ea8cfefac95f9011fffcff66345e4d2de70d (patch) | |
tree | dacd3c96da20912f17793c8c75451bdb7c1e3449 /gtk/gtkimcontext.h | |
parent | 96882ebc616a717c3f5d85d326dfc861fc448915 (diff) | |
download | gtk+-e5d1ea8cfefac95f9011fffcff66345e4d2de70d.tar.gz |
Massive padding addition to class structures.
Sat Feb 23 11:54:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/*.h gdk/*.h: Massive padding addition to class structures.
* gtk/gtktextmark.h: Fix a FIXME about G_CONST_RETURN.
Diffstat (limited to 'gtk/gtkimcontext.h')
-rw-r--r-- | gtk/gtkimcontext.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gtk/gtkimcontext.h b/gtk/gtkimcontext.h index ddd4844669..a3ebea0263 100644 --- a/gtk/gtkimcontext.h +++ b/gtk/gtkimcontext.h @@ -83,10 +83,13 @@ struct _GtkIMContextClass 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); + /* Padding for future expansion */ + void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); + void (*_gtk_reserved4) (void); + void (*_gtk_reserved5) (void); + void (*_gtk_reserved6) (void); }; GtkType gtk_im_context_get_type (void) G_GNUC_CONST; |