From 202a51d9e360c5fef354e5110cd3c319c36b2950 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 10 Aug 2024 22:41:31 -0400 Subject: [PATCH 1/2] Cosmetics --- gdk/gdkcolorstate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkcolorstate.c b/gdk/gdkcolorstate.c index 26510eb8da..b4a718ca50 100644 --- a/gdk/gdkcolorstate.c +++ b/gdk/gdkcolorstate.c @@ -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 */ From 767b9b94055d723b50cb8c533fd4db6f9f794172 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 10 Aug 2024 22:47:02 -0400 Subject: [PATCH 2/2] Docs: Add the image tool to the list --- docs/reference/gtk/tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/gtk/tools.md b/docs/reference/gtk/tools.md index 5ae731148c..b84cee1c8c 100644 --- a/docs/reference/gtk/tools.md +++ b/docs/reference/gtk/tools.md @@ -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)