mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
7f63b5db98
commit
92d5e4b2c7
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user