summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontext.c
diff options
context:
space:
mode:
authorVitaly Tishkov <tvv@sparc.spb.su>2002-01-10 16:36:25 +0000
committerVitaly Tishkov <tvv@src.gnome.org>2002-01-10 16:36:25 +0000
commitf74dd2386a74e66736dc3a8981a20c6b0835e6ad (patch)
treed37422d42400f44c01e3d1a9ca684a64227e8216 /gtk/gtkimcontext.c
parentd3eb836dd4d4a34c0a1bd6fa48d76cd853723054 (diff)
downloadgtk+-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.c4
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.
*