summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-01-14 20:14:30 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-01-14 20:14:30 +0000
commit7c57c63bffadb2347fa9abcec103b177f64199fb (patch)
tree97d71d4ec7f6757b00e8f34aa731b8ea614dfae8
parent6aa252e720a31303c00329192e4c49a7524061fe (diff)
downloadgtk+-7c57c63bffadb2347fa9abcec103b177f64199fb.tar.gz
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)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-45
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/gtkimcontext.c6
6 files changed, 28 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index aeec1c1608..8b0a4efffe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
* gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel):
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index aeec1c1608..8b0a4efffe 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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>
* gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel):
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index aeec1c1608..8b0a4efffe 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -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>
* gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel):
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index aeec1c1608..8b0a4efffe 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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>
* gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel):
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index aeec1c1608..8b0a4efffe 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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>
* gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel):
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c
index cf7db71a13..9b5a6b9640 100644
--- a/gtk/gtkimcontext.c
+++ b/gtk/gtkimcontext.c
@@ -435,7 +435,7 @@ gtk_im_context_set_use_preedit (GtkIMContext *context,
*
* Sets surrounding context around the insertion point and preedit
* 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.
**/
void
@@ -477,11 +477,11 @@ gtk_im_context_set_surrounding (GtkIMContext *context,
* only some sequences of characters are allowed.
*
* 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
* is available, up to an entire paragraph, by calling
* 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.
*
* Return value: %TRUE if surrounding text was provided; in this case