From 576ce8141b2450895305521624d445c041f73a99 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 3 Mar 2004 22:55:46 +0000 Subject: [PATCH] Doc update. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ gtk/gtkentrycompletion.c | 4 +++- 6 files changed, 23 insertions(+), 1 deletion(-) 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 + + * gtk/gtkentrycompletion.c: Doc update. + Wed Mar 3 17:30:18 2004 Owen Taylor * 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 + + * gtk/gtkentrycompletion.c: Doc update. + Wed Mar 3 17:30:18 2004 Owen Taylor * 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 + + * gtk/gtkentrycompletion.c: Doc update. + Wed Mar 3 17:30:18 2004 Owen Taylor * 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 + + * gtk/gtkentrycompletion.c: Doc update. + Wed Mar 3 17:30:18 2004 Owen Taylor * 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 + + * gtk/gtkentrycompletion.c: Doc update. + Wed Mar 3 17:30:18 2004 Owen Taylor * 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