| domain | current | suggestion |

|--------|---------|------------|
| [GtkListBox](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtklistbox.c#L1469)| (attributes org.gtk.Metthod.get_property=activate-on-single-click) | (attributes org.gtk.Method.get_property=activate-on-single-click) |
This commit is contained in:
Cam Cook 2022-11-27 07:42:12 -05:00
parent dd780b3ce0
commit b876b4f568

View File

@ -1466,7 +1466,7 @@ gtk_list_box_set_activate_on_single_click (GtkListBox *box,
}
/**
* gtk_list_box_get_activate_on_single_click: (attributes org.gtk.Metthod.get_property=activate-on-single-click)
* gtk_list_box_get_activate_on_single_click: (attributes org.gtk.Method.get_property=activate-on-single-click)
* @box: a `GtkListBox`
*
* Returns whether rows activate on single clicks.