summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
authorCam Cook <cam.cook@linux.com>2023-04-15 12:41:13 -0400
committerCam Cook <cam.cook@linux.com>2023-04-15 12:41:13 -0400
commit3e8489fea51341adbc8635001e280c787ae05d6c (patch)
tree8bd7e86490ae6848f8806bf748e072e1967a1140 /gtk/gtkentry.c
parent103564002073b9935a41a9755f480e96ceed1bcf (diff)
downloadgtk+-3e8489fea51341adbc8635001e280c787ae05d6c.tar.gz
| method | current | suggestion |
|-------------------------------------------------------------------------------------------------|------------------------------------------------------------|-----------------------------------------------------------| | [Entry/set_invisible_char](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkentry.c#L2101) | "(attributes org.gtk.Method.sets_property=invisible-char)" | "(attributes org.gtk.Method.set_property=invisible-char)" | | [FlowBox::activate](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkflowbox.c#L541) | "This can be happen either by" | "This can happen either by" |
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index bfe68899c9..0b76c9de79 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -2098,7 +2098,7 @@ gtk_entry_get_visibility (GtkEntry *entry)
}
/**
- * gtk_entry_set_invisible_char: (attributes org.gtk.Method.sets_property=invisible-char)
+ * gtk_entry_set_invisible_char: (attributes org.gtk.Method.set_property=invisible-char)
* @entry: a `GtkEntry`
* @ch: a Unicode character
*