summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 11:08:23 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 11:08:23 +0000
commit78ea6d1dc019605821040be7a75efe033d52189f (patch)
tree72b5c4b389d9353045a571a7228d5cbc12ba3333 /gtk/gtkimcontextsimple.h
parentb3ac47493e92050f177203aa455e35c0deff4cab (diff)
downloadgtk+-78ea6d1dc019605821040be7a75efe033d52189f.tar.gz
Seal GtkIMContextSimple
svn path=/trunk/; revision=20606
Diffstat (limited to 'gtk/gtkimcontextsimple.h')
-rw-r--r--gtk/gtkimcontextsimple.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkimcontextsimple.h b/gtk/gtkimcontextsimple.h
index b596877f5e..eb26e693ff 100644
--- a/gtk/gtkimcontextsimple.h
+++ b/gtk/gtkimcontextsimple.h
@@ -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