diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-12-27 00:11:26 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-12-27 00:11:26 +0000 |
commit | 6779304cc8fd81253cd47c313100f3d1752bd912 (patch) | |
tree | dddd4c82561abf71d6bdc53ddb8becf16c62a7ea /gtk/gtkimcontext.c | |
parent | edbc6203b63feed4a200246e1456c9a52b0b3931 (diff) | |
download | gtk+-6779304cc8fd81253cd47c313100f3d1752bd912.tar.gz |
Clarify docs. (#324996)
2005-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
docs. (#324996)
Diffstat (limited to 'gtk/gtkimcontext.c')
-rw-r--r-- | gtk/gtkimcontext.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c index 43662003f3..877fd19fed 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -298,11 +298,11 @@ gtk_im_context_get_preedit_string (GtkIMContext *context, * @context: a #GtkIMContext * @event: the key event * - * Allow an input method to internally handle a key press event. - * If this function returns %TRUE, then no further processing - * should be done for this keystroke. + * Allow an input method to internally handle key press and release + * events. If this function returns %TRUE, then no further processing + * should be done for this key event. * - * Return value: %TRUE if the input method handled the keystroke. + * Return value: %TRUE if the input method handled the key event. * **/ gboolean |