summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-03-03 22:55:46 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-03-03 22:55:46 +0000
commit576ce8141b2450895305521624d445c041f73a99 (patch)
treede1d75c34db150f13c359cda04fb2fdac3279862
parent2ddeb7cd1c2c8c082e77473a12db7faeb458a490 (diff)
downloadgtk+-576ce8141b2450895305521624d445c041f73a99.tar.gz
Doc update.
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--gtk/gtkentrycompletion.c4
6 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c7f9a50fb1..42a97426f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c: Doc update.
+
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index c7f9a50fb1..42a97426f2 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c: Doc update.
+
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index c7f9a50fb1..42a97426f2 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c: Doc update.
+
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index c7f9a50fb1..42a97426f2 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c: Doc update.
+
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index c7f9a50fb1..42a97426f2 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c: Doc update.
+
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c
index 8b81c3bc08..0dbe15f6ac 100644
--- a/gtk/gtkentrycompletion.c
+++ b/gtk/gtkentrycompletion.c
@@ -999,11 +999,13 @@ gtk_entry_completion_delete_action (GtkEntryCompletion *completion,
* @completion: A #GtkEntryCompletion.
* @column: The column in the model of @completion to get strings from.
*
- * Convience function for setting up the most used case of this code: a
+ * Convenience function for setting up the most used case of this code: a
* completion list with just strings. This function will set up @completion
* to have a list displaying all (and just) strings in the completion list,
* and to get those strings from @column in the model of @completion.
*
+ * This functions creates and adds a GtkCellRendererText for the selected column.
+
* Since: 2.4
*/
void