Clarify docs. (#324996)

2005-12-26  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
	docs.  (#324996)
This commit is contained in:
Matthias Clasen
2005-12-27 00:13:15 +00:00
committed by Matthias Clasen
parent 80732f59bf
commit cd7dee798b
3 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
2005-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
docs. (#324996)
2005-12-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c: Documentation fixes. (#324815,
Ross Burton)
Thu Dec 22 17:30:59 2005 Tim Janik <timj@gtk.org>
* gtk/gtkobject.c: derive GtkObject from GUnowned if possible.

View File

@@ -1,3 +1,13 @@
2005-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
docs. (#324996)
2005-12-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c: Documentation fixes. (#324815,
Ross Burton)
Thu Dec 22 17:30:59 2005 Tim Janik <timj@gtk.org>
* gtk/gtkobject.c: derive GtkObject from GUnowned if possible.

View File

@@ -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