diff options
Diffstat (limited to 'gtk/gtkimcontext.c')
-rw-r--r-- | gtk/gtkimcontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c index 09355c9eb7..a82fe5e308 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -175,7 +175,7 @@ G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE (GtkIMContext, gtk_im_context, G_TYPE_OBJECT * consumed by the input method. In that case, the #GtkIMContext::commit * signal should be emitted upon completion of a key sequence to pass the * resulting text back to the input widget. Alternatively, %FALSE may be - * returned to indicate that the event wasn't handled by the input method. + * returned to indicate that the event wasn’t handled by the input method. * If a builtin mapping exists for the key, it is used to produce a * character. * @focus_in: Called via gtk_im_context_focus_in() when the input widget |