Documentation fix. (#131335, Theppitak Karoonboonyanan)

Wed Jan 14 21:16:20 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkimcontext.c: Documentation fix.  (#131335, Theppitak
	Karoonboonyanan)
This commit is contained in:
Matthias Clasen 2004-01-14 20:14:30 +00:00 committed by Matthias Clasen
parent 6aa252e720
commit 7c57c63bff
6 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Wed Jan 14 21:16:20 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimcontext.c: Documentation fix. (#131335, Theppitak
Karoonboonyanan)
Wed Jan 14 21:00:49 2004 Matthias Clasen <maclas@gmx.de> Wed Jan 14 21:00:49 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel):

View File

@ -1,3 +1,8 @@
Wed Jan 14 21:16:20 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimcontext.c: Documentation fix. (#131335, Theppitak
Karoonboonyanan)
Wed Jan 14 21:00:49 2004 Matthias Clasen <maclas@gmx.de> Wed Jan 14 21:00:49 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel):

View File

@ -1,3 +1,8 @@
Wed Jan 14 21:16:20 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimcontext.c: Documentation fix. (#131335, Theppitak
Karoonboonyanan)
Wed Jan 14 21:00:49 2004 Matthias Clasen <maclas@gmx.de> Wed Jan 14 21:00:49 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel):

View File

@ -1,3 +1,8 @@
Wed Jan 14 21:16:20 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimcontext.c: Documentation fix. (#131335, Theppitak
Karoonboonyanan)
Wed Jan 14 21:00:49 2004 Matthias Clasen <maclas@gmx.de> Wed Jan 14 21:00:49 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel):

View File

@ -1,3 +1,8 @@
Wed Jan 14 21:16:20 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimcontext.c: Documentation fix. (#131335, Theppitak
Karoonboonyanan)
Wed Jan 14 21:00:49 2004 Matthias Clasen <maclas@gmx.de> Wed Jan 14 21:00:49 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel):

View File

@ -435,7 +435,7 @@ gtk_im_context_set_use_preedit (GtkIMContext *context,
* *
* Sets surrounding context around the insertion point and preedit * Sets surrounding context around the insertion point and preedit
* string. This function is expected to be called in response to the * string. This function is expected to be called in response to the
* GtkIMContext::retrieve_context signal, and will likely have no * GtkIMContext::retrieve_surrounding signal, and will likely have no
* effect if called at other times. * effect if called at other times.
**/ **/
void void
@ -477,11 +477,11 @@ gtk_im_context_set_surrounding (GtkIMContext *context,
* only some sequences of characters are allowed. * only some sequences of characters are allowed.
* *
* This function is implemented by emitting the * This function is implemented by emitting the
* GtkIMContext::retrieve_context signal on the input method; in * GtkIMContext::retrieve_surrounding signal on the input method; in
* response to this signal, a widget should provide as much context as * response to this signal, a widget should provide as much context as
* is available, up to an entire paragraph, by calling * is available, up to an entire paragraph, by calling
* gtk_im_context_set_surrounding(). Note that there is no obligation * gtk_im_context_set_surrounding(). Note that there is no obligation
* for a widget to respond to the ::retrieve_context signal, so input * for a widget to respond to the ::retrieve_surrounding signal, so input
* methods must be prepared to function without context. * methods must be prepared to function without context.
* *
* Return value: %TRUE if surrounding text was provided; in this case * Return value: %TRUE if surrounding text was provided; in this case