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

Small cleanups

See merge request GNOME/gtk!7592
This commit is contained in:
Matthias Clasen 2024-08-11 11:01:58 +00:00
commit 1d7aa9e40b
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ documentation in the form of man pages.
- [gtk4-demo-application](gtk4-demo-application.html)
- [gtk4-encode-symbolic-svg](gtk4-encode-symbolic-svg.html)
- [gtk4-icon-browser](gtk4-icon-browser.html)
- [gtk4-image-tool](gtk4-image-tool.html)
- [gtk4-launch](gtk4-launch.html)
- [gtk4-node-editor](gtk4-node-editor.html)
- [gtk4-path-tool](gtk4-path-tool.html)

View File

@ -38,7 +38,7 @@
* Crucially, GTK knows how to convert colors from one color
* state to another.
*
* `GdkColorState objects are immutable and therefore threadsafe.
* `GdkColorState` objects are immutable and therefore threadsafe.
*
* Since 4.16
*/