Window: Fix wrong case in property attribute which

rendered the literal text `org.gtk.MEthod.set_property	focus-visible`.
This commit is contained in:
Daniel Boles 2023-06-01 20:26:57 +01:00
parent 38bf843de8
commit ec2421b187

View File

@ -6032,7 +6032,7 @@ unset_focus_visible (gpointer data)
}
/**
* gtk_window_set_focus_visible: (attributes org.gtk.MEthod.set_property=focus-visible)
* gtk_window_set_focus_visible: (attributes org.gtk.Method.set_property=focus-visible)
* @window: a `GtkWindow`
* @setting: the new value
*