diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-27 04:48:41 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-27 04:48:41 +0000 |
commit | 924ba340267a1b3cdae8c8931a8d5811d3bc887a (patch) | |
tree | 160d7378107681623486557e918a11b382e46049 | |
parent | 696f54a804b6bece727271e9adc9c39ee12231be (diff) | |
download | gtk+-924ba340267a1b3cdae8c8931a8d5811d3bc887a.tar.gz |
Add some docs.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | gtk/gtkentrycompletion.c | 3 |
5 files changed, 22 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Thu May 27 00:48:16 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): + Add more docs. + Thu May 27 00:45:07 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentrycompletion.h: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index bede3d6f9f..b7f104d2c1 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Thu May 27 00:48:16 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): + Add more docs. + Thu May 27 00:45:07 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentrycompletion.h: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index bede3d6f9f..b7f104d2c1 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Thu May 27 00:48:16 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): + Add more docs. + Thu May 27 00:45:07 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentrycompletion.h: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index bede3d6f9f..b7f104d2c1 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Thu May 27 00:48:16 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): + Add more docs. + Thu May 27 00:45:07 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentrycompletion.h: diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index b50549cd52..70fbb4af1b 100644 --- a/gtk/gtkentrycompletion.c +++ b/gtk/gtkentrycompletion.c @@ -1048,7 +1048,8 @@ gtk_entry_completion_delete_action (GtkEntryCompletion *completion, * and to get those strings from @column in the model of @completion. * * This functions creates and adds a #GtkCellRendererText for the selected - * column. + * column. If you need to set the text column, but don't want the cell + * renderer, use g_object_set() to set the ::text_column property directly. * * Since: 2.4 */ |