[gtk+] Fix typo in GtkIMContextClass doc.
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix typo in GtkIMContextClass doc.
- Date: Sun, 29 Aug 2010 17:03:31 +0000 (UTC)
commit 6afa61569016aee425d46ee300e912474b27ff8b
Author: Daiki Ueno <ueno unixuser org>
Date: Tue Jul 27 17:09:45 2010 +0900
Fix typo in GtkIMContextClass doc.
gtk/gtkimcontext.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c
index d918a5a..d4f5cea 100644
--- a/gtk/gtkimcontext.c
+++ b/gtk/gtkimcontext.c
@@ -159,7 +159,7 @@ G_DEFINE_ABSTRACT_TYPE (GtkIMContext, gtk_im_context, G_TYPE_OBJECT)
* character.
* @focus_in: Called via gtk_im_context_focus_in() when the input widget
* has gained focus. May be overridden to keep track of the current focus.
- * @focus_out: Called via gtk_im_context_focus_in() when the input widget
+ * @focus_out: Called via gtk_im_context_focus_out() when the input widget
* has lost focus. May be overridden to keep track of the current focus.
* @reset: Called via gtk_im_context_reset() to signal a change such as a
* change in cursor position. An input method that implements preediting
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]