diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-09-07 18:07:59 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-09-07 18:07:59 +0000 |
commit | 21b538970edd944b694f44e8a7c9f7256dca02d3 (patch) | |
tree | 85f42fd7cd923f1bf4e821499808c1c79553c5a9 /gtk/gtkimcontext.c | |
parent | 8c4980ed5439c7c8bd2a4a5383509c4512339f8b (diff) | |
download | gtk+-21b538970edd944b694f44e8a7c9f7256dca02d3.tar.gz |
Doc comment fixing. (Mostly non-matching parameter names.)
Thu Sep 7 11:47:02 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
Doc comment fixing. (Mostly non-matching parameter names.)
* gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
comments a little to avoid looking like a doc comment.
* gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
conversions be changed to GError?)
* gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT):
Move private #defines into .c file.
* gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
order of argument addition, remove duplicates.
* gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
parent class is FrameClass, not BinClass.
* gtk/gtk.h: Add gtkinvisible, which was missing.
(It's occasionalyl useful for client apps, if seldom.)
* gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
#define.
Diffstat (limited to 'gtk/gtkimcontext.c')
-rw-r--r-- | gtk/gtkimcontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c index 54015839bd..70b3a6d8f5 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -189,7 +189,7 @@ gtk_im_context_get_preedit_string (GtkIMContext *context, /** * gtk_im_context_filter_keypress: * @context: a #GtkIMContext - * @key: the key event + * @event: the key event * * Allow an input method to internally handle a key press event. * if this function returns %TRUE, then no further processing |