diff options
author | Vitaly Tishkov <tvv@sparc.spb.su> | 2002-01-10 16:36:25 +0000 |
---|---|---|
committer | Vitaly Tishkov <tvv@src.gnome.org> | 2002-01-10 16:36:25 +0000 |
commit | f74dd2386a74e66736dc3a8981a20c6b0835e6ad (patch) | |
tree | d37422d42400f44c01e3d1a9ca684a64227e8216 /gtk/gtkimcontext.c | |
parent | d3eb836dd4d4a34c0a1bd6fa48d76cd853723054 (diff) | |
download | gtk+-f74dd2386a74e66736dc3a8981a20c6b0835e6ad.tar.gz |
gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c
2002-01-10 Vitaly Tishkov <tvv@sparc.spb.su>
* gtk/gtkimage.c
* gtk/gtkimcontext.c
* gtk/gtktreemodel.c
* gtk/gtktreemodelsort.c
* gtk/gtkwindow.c
* docs/reference/gtk/tmpl/gtkselection.sgml
fix docs
Diffstat (limited to 'gtk/gtkimcontext.c')
-rw-r--r-- | gtk/gtkimcontext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c index cc0aa32009..925021f907 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -293,7 +293,7 @@ gtk_im_context_get_preedit_string (GtkIMContext *context, * @event: the key event * * Allow an input method to internally handle a key press event. - * if this function returns %TRUE, then no further processing + * If this function returns %TRUE, then no further processing * should be done for this keystroke. * * Return value: %TRUE if the input method handled the keystroke. @@ -475,7 +475,7 @@ gtk_im_context_set_surrounding (GtkIMContext *context, * GtkIMContext::retrieve_context signal on the input method; in * response to this signal, a widget should provide as much context as * 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 * methods must be prepared to function without context. * |