diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-03-03 22:55:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-03-03 22:55:46 +0000 |
commit | 576ce8141b2450895305521624d445c041f73a99 (patch) | |
tree | de1d75c34db150f13c359cda04fb2fdac3279862 /gtk | |
parent | 2ddeb7cd1c2c8c082e77473a12db7faeb458a490 (diff) | |
download | gdk-pixbuf-576ce8141b2450895305521624d445c041f73a99.tar.gz |
Doc update.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkentrycompletion.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index 8b81c3bc0..0dbe15f6a 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 |