From: Cam Cook Date: Sat, 15 Apr 2023 16:41:13 +0000 (-0400) Subject: | method ... X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~4^2~10^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f9810d76ae6972b8968dba42ba43e2b5ba6db5b6;p=gtk4.git | 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" | --- diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 1c0798ff97..e269b17f4e 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 * diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c index 5b6c8088a1..123559ea24 100644 --- a/gtk/gtkflowbox.c +++ b/gtk/gtkflowbox.c @@ -538,7 +538,7 @@ gtk_flow_box_child_class_init (GtkFlowBoxChildClass *class) * * Emitted when the user activates a child widget in a `GtkFlowBox`. * - * This can be happen either by clicking or double-clicking, + * This can happen either by clicking or double-clicking, * or via a keybinding. * * This is a [keybinding signal](class.SignalAction.html),