| method ...
authorCam Cook <cam.cook@linux.com>
Sat, 15 Apr 2023 16:41:13 +0000 (12:41 -0400)
committerCam Cook <cam.cook@linux.com>
Sat, 15 Apr 2023 16:41:13 +0000 (12:41 -0400)
|-------------------------------------------------------------------------------------------------|------------------------------------------------------------|-----------------------------------------------------------|
| [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"                               |

gtk/gtkentry.c
gtk/gtkflowbox.c

index bfe68899c93a339fca3b5fac83aa77c96dad661a..0b76c9de79596b57596b42ec7c5ebeb802eaad78 100644 (file)
@@ -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
  *
index 8650c5a51edf33f77b9166e86adbdab9af957d78..35da12979e3c4652c889e83b4755d467551c02f0 100644 (file)
@@ -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),