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:
committed by
Matthias Clasen
parent
80732f59bf
commit
cd7dee798b
10
ChangeLog
10
ChangeLog
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user