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.
This commit is contained in:
Owen Taylor 2001-11-02 20:54:18 +00:00 committed by Owen Taylor
parent 7f63b5db98
commit 92d5e4b2c7
8 changed files with 40 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Nov 2 15:53:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
the structure for future expansion.
Fri Nov 2 15:30:34 2001 Owen Taylor <otaylor@redhat.com>
Patch from HideToshi Tajima (#51922)

View File

@ -1,3 +1,8 @@
Fri Nov 2 15:53:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
the structure for future expansion.
Fri Nov 2 15:30:34 2001 Owen Taylor <otaylor@redhat.com>
Patch from HideToshi Tajima (#51922)

View File

@ -1,3 +1,8 @@
Fri Nov 2 15:53:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
the structure for future expansion.
Fri Nov 2 15:30:34 2001 Owen Taylor <otaylor@redhat.com>
Patch from HideToshi Tajima (#51922)

View File

@ -1,3 +1,8 @@
Fri Nov 2 15:53:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
the structure for future expansion.
Fri Nov 2 15:30:34 2001 Owen Taylor <otaylor@redhat.com>
Patch from HideToshi Tajima (#51922)

View File

@ -1,3 +1,8 @@
Fri Nov 2 15:53:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
the structure for future expansion.
Fri Nov 2 15:30:34 2001 Owen Taylor <otaylor@redhat.com>
Patch from HideToshi Tajima (#51922)

View File

@ -1,3 +1,8 @@
Fri Nov 2 15:53:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
the structure for future expansion.
Fri Nov 2 15:30:34 2001 Owen Taylor <otaylor@redhat.com>
Patch from HideToshi Tajima (#51922)

View File

@ -1,3 +1,8 @@
Fri Nov 2 15:53:23 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
the structure for future expansion.
Fri Nov 2 15:30:34 2001 Owen Taylor <otaylor@redhat.com>
Patch from HideToshi Tajima (#51922)

View File

@ -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;