diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 4bc0be217d..2a04129483 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1378,6 +1378,9 @@ gtk_entry_class_init (GtkEntryClass *class) * * This is mainly useful to change the size or weight of the text. * + * The #PangoAttribute's @start_index and @end_index must refer to the + * #GtkEntryBuffer text, i.e. without the preedit string. + * * Since: 3.6 */ entry_props[PROP_ATTRIBUTES] =