New upstream version 3.24.25

This commit is contained in:
Simon McVittie
2021-02-18 12:07:01 +00:00
205 changed files with 69872 additions and 59444 deletions

View File

@ -34,7 +34,7 @@
The installed properties depend on the <a class="link" href="GtkThemingEngine.html#GtkThemingEngine--name" title="The “name” property"><span class="type">“name”</span></a> property,
so they should be added in the <code class="literal"><code class="function">constructed()</code></code> vfunc.
For example, if an engine with the name "Clearlooks" installs a
"focus-color" property with the type <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>, the property
"focus-color" property with the type <a href="https://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>, the property
<code class="literal">-Clearlooks-focus-color</code> will be registered and
accepted in CSS like this:
</p>