summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontext.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-12-27 00:11:26 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-27 00:11:26 +0000
commit6779304cc8fd81253cd47c313100f3d1752bd912 (patch)
treedddd4c82561abf71d6bdc53ddb8becf16c62a7ea /gtk/gtkimcontext.c
parentedbc6203b63feed4a200246e1456c9a52b0b3931 (diff)
downloadgtk+-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.c8
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