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)
committerDaniel Boles <dboles.src@gmail.com>
Thu, 1 Jun 2023 19:26:57 +0000 (20:26 +0100)
rendered the literal text `org.gtk.MEthod.set_property focus-visible`.

gtk/gtkwindow.c

index 4b67f2793bcfcfd05ee169314a1caf4b28294a70..09079ca5669b86d6adca158484b7e2426136390d 100644 (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
  *