mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
Seal GtkIMMultiContext
svn path=/trunk/; revision=20607
This commit is contained in:
parent
78ea6d1dc0
commit
b0a42b3d78
@ -45,11 +45,11 @@ struct _GtkIMMulticontext
|
||||
{
|
||||
GtkIMContext object;
|
||||
|
||||
GtkIMContext *slave;
|
||||
GtkIMContext *GSEAL (slave);
|
||||
|
||||
GtkIMMulticontextPrivate *priv;
|
||||
GtkIMMulticontextPrivate *GSEAL (priv);
|
||||
|
||||
gchar *context_id;
|
||||
gchar *GSEAL (context_id);
|
||||
};
|
||||
|
||||
struct _GtkIMMulticontextClass
|
||||
|
Loading…
Reference in New Issue
Block a user