Add some docs.

This commit is contained in:
Matthias Clasen 2004-05-27 04:48:41 +00:00
parent 696f54a804
commit 924ba34026
5 changed files with 22 additions and 1 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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
*/