language: a11y: Fix property names

Blueprint uses underscores in property/state/relation names, but
GtkBuilder expects dashes because it uses the glib names from the
GtkAccessible* enums.
This commit is contained in:
James Westman 2022-03-16 15:43:41 -05:00
parent d73c83aa63
commit a4ffdd944f
7 changed files with 42 additions and 34 deletions

View file

@ -2,6 +2,6 @@ using Gtk 4.0;
Widget {
accessibility {
labelled_by: not_an_object;
labelled-by: not_an_object;
}
}