diff options
Diffstat (limited to 'gtk/gtkimcontextsimple.h')
-rw-r--r-- | gtk/gtkimcontextsimple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontextsimple.h b/gtk/gtkimcontextsimple.h index 788fc14007..80e3b2246b 100644 --- a/gtk/gtkimcontextsimple.h +++ b/gtk/gtkimcontextsimple.h @@ -52,7 +52,7 @@ struct _GtkIMContextSimpleClass GtkIMContextClass parent_class; }; -GtkType gtk_im_context_simple_get_type (void); +GtkType gtk_im_context_simple_get_type (void) G_GNUC_CONST; GtkIMContext *gtk_im_context_simple_new (void); #ifdef __cplusplus |