Doc update.

This commit is contained in:
Matthias Clasen 2004-03-03 22:55:46 +00:00
parent 2ddeb7cd1c
commit 576ce8141b
6 changed files with 23 additions and 1 deletions

View File

@ -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> Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check

View File

@ -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> Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check

View File

@ -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> Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check

View File

@ -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> Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check

View File

@ -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> Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check

View File

@ -999,11 +999,13 @@ gtk_entry_completion_delete_action (GtkEntryCompletion *completion,
* @completion: A #GtkEntryCompletion. * @completion: A #GtkEntryCompletion.
* @column: The column in the model of @completion to get strings from. * @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 * completion list with just strings. This function will set up @completion
* to have a list displaying all (and just) strings in the completion list, * 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. * 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 * Since: 2.4
*/ */
void void