Fix docs. (#109510, Noah Levitt)

2003-04-01  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
	(#109510, Noah Levitt)
This commit is contained in:
Matthias Clasen 2003-03-31 22:37:04 +00:00 committed by Matthias Clasen
parent b10031de0d
commit 44dff2b540
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-04-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
(#109510, Noah Levitt)
Mon Mar 31 13:52:13 2003 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's

View File

@ -1,3 +1,8 @@
2003-04-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
(#109510, Noah Levitt)
Mon Mar 31 13:52:13 2003 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's

View File

@ -1,3 +1,8 @@
2003-04-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
(#109510, Noah Levitt)
Mon Mar 31 13:52:13 2003 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's

View File

@ -1,3 +1,8 @@
2003-04-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
(#109510, Noah Levitt)
Mon Mar 31 13:52:13 2003 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's

View File

@ -1,3 +1,8 @@
2003-04-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
(#109510, Noah Levitt)
Mon Mar 31 13:52:13 2003 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's

View File

@ -321,7 +321,7 @@ gtk_im_context_filter_keypress (GtkIMContext *context,
* @context: a #GtkIMContext
*
* Notify the input method that the widget to which this
* input context corresponds has lost gained. The input method
* input context corresponds has gained focus. The input method
* may, for example, change the displayed feedback to reflect
* this change.
**/