diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2021-02-22 14:52:40 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2021-03-11 16:37:32 +0000 |
commit | 8d12dce1743c434a687832a730ee59e8eb40902a (patch) | |
tree | 42f2a18ef0e2907ae8f3bef843ce2eeec68d087e | |
parent | 63dc97fb29c41a8017e75e9015e775075e596ba4 (diff) | |
download | gtk+-8d12dce1743c434a687832a730ee59e8eb40902a.tar.gz |
docs: Fix property annotation
-rw-r--r-- | gtk/gtkentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 0427fa81d7..6e01cbeb03 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -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”). */ |