mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Window: Fix wrong case in property attribute which
rendered the literal text `org.gtk.MEthod.set_property focus-visible`.
This commit is contained in:
parent
38bf843de8
commit
ec2421b187
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user