Merge branch 'matthiasc/for-master' into 'master'

Matthiasc/for master

See merge request GNOME/gtk!3263
This commit is contained in:
Matthias Clasen 2021-03-05 20:30:54 +00:00
commit 3aa89efcf4
2 changed files with 3 additions and 3 deletions

View File

@ -35,10 +35,10 @@
"modules" : [
{
"name" : "wayland",
"buildsystem" : "autotools",
"buildsystem" : "meson",
"builddir" : true,
"config-opts" : [
"--disable-documentation"
"-Ddocumentation=false"
],
"sources" : [
{

View File

@ -79,7 +79,7 @@
* ]|
*
* GtkSearchEntry has a single CSS node with name entry that carries
* a .sarch style class, and the text node is a child of that.
* a .search style class, and the text node is a child of that.
*
* # Accessibility
*