mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
Seal GtkIMContextSimple
svn path=/trunk/; revision=20606
This commit is contained in:
parent
b3ac47493e
commit
78ea6d1dc0
@ -47,14 +47,14 @@ struct _GtkIMContextSimple
|
||||
{
|
||||
GtkIMContext object;
|
||||
|
||||
GSList *tables;
|
||||
GSList *GSEAL (tables);
|
||||
|
||||
guint compose_buffer[GTK_MAX_COMPOSE_LEN + 1];
|
||||
gunichar tentative_match;
|
||||
gint tentative_match_len;
|
||||
guint GSEAL (compose_buffer[GTK_MAX_COMPOSE_LEN + 1]);
|
||||
gunichar GSEAL (tentative_match);
|
||||
gint GSEAL (tentative_match_len);
|
||||
|
||||
guint in_hex_sequence : 1;
|
||||
guint modifiers_dropped : 1;
|
||||
guint GSEAL (in_hex_sequence : 1);
|
||||
guint GSEAL (modifiers_dropped : 1);
|
||||
};
|
||||
|
||||
struct _GtkIMContextSimpleClass
|
||||
|
Loading…
Reference in New Issue
Block a user