From cd7dee798b7415f5bf23e61321011af080034b72 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 Dec 2005 00:13:15 +0000 Subject: [PATCH] Clarify docs. (#324996) 2005-12-26 Matthias Clasen * gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify docs. (#324996) --- ChangeLog | 10 ++++++++++ ChangeLog.pre-2-10 | 10 ++++++++++ gtk/gtkimcontext.c | 8 ++++---- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 546b62f14d..cdc8939805 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-12-26 Matthias Clasen + + * gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify + docs. (#324996) + +2005-12-25 Matthias Clasen + + * gtk/gtkwindow.c: Documentation fixes. (#324815, + Ross Burton) + Thu Dec 22 17:30:59 2005 Tim Janik * gtk/gtkobject.c: derive GtkObject from GUnowned if possible. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 546b62f14d..cdc8939805 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,13 @@ +2005-12-26 Matthias Clasen + + * gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify + docs. (#324996) + +2005-12-25 Matthias Clasen + + * gtk/gtkwindow.c: Documentation fixes. (#324815, + Ross Burton) + Thu Dec 22 17:30:59 2005 Tim Janik * gtk/gtkobject.c: derive GtkObject from GUnowned if possible. diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c index d00eff7c0c..4ad724fedb 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -297,11 +297,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