docs: Fix property annotation

This commit is contained in:
Emmanuele Bassi 2021-02-22 14:52:40 +00:00
parent 63dc97fb29
commit 8d12dce174

View File

@ -526,7 +526,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:invisible=char:
* GtkEntry:invisible-char:
*
* The character to use when masking entry contents (password mode).
*/