Update the docs for the ::text-column property. (#352643, Josselin

2007-10-16  Matthias Clasen <mclasen@redhat.com>

        * gtk/gtkentrycompletion.c: Update the docs for the
        ::text-column property.  (#352643, Josselin Mouette)



svn path=/trunk/; revision=18919
This commit is contained in:
Matthias Clasen
2007-10-17 03:09:12 +00:00
committed by Matthias Clasen
parent 631896253e
commit 9bfea332aa
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c: Update the docs for the
::text-column property. (#352643, Josselin Mouette)
2007-10-16 Matthias Clasen <mclasen@redhat.com> 2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c (gtk_drag_drop_finished): Avoid a critical * gtk/gtkdnd.c (gtk_drag_drop_finished): Avoid a critical

View File

@ -293,6 +293,7 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass)
* GtkEntryCompletion:text-column: * GtkEntryCompletion:text-column:
* *
* The column of the model containing the strings. * The column of the model containing the strings.
* Note that the strings must be UTF-8.
* *
* Since: 2.6 * Since: 2.6
*/ */