Window: Fix wrong case in property attribute which
authorDaniel Boles <dboles.src@gmail.com>
Thu, 1 Jun 2023 19:26:57 +0000 (20:26 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Jun 2023 12:04:42 +0000 (08:04 -0400)
rendered the literal text `org.gtk.MEthod.set_property focus-visible`.

gtk/gtkwindow.c

index cf0fd50e3cb57b29a30e25905720ff334e44641e..ea01147c1573372a6ecd4c9e577370d10b54d83d 100644 (file)
@@ -6016,7 +6016,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
  *