From 1dfda91973290ac6e6e1897900c3d20bf90f2063 Mon Sep 17 00:00:00 2001 From: yihua_liu Date: Thu, 19 Jan 2023 12:49:40 +0800 Subject: [PATCH 1/2] Correct typo in sec2 --- src/sec2.src.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sec2.src.md b/src/sec2.src.md index 00a45b3..073344d 100644 --- a/src/sec2.src.md +++ b/src/sec2.src.md @@ -38,4 +38,4 @@ The following table shows the distributions which support GTK 4. ## Installation from the source file If you want to install a developing version of GTK 4, you need to build it from the source. -See [Compiling the GTK Libraries](https://docs.gtk.org/gtk4/building.html) secion in the GTK 4 API reference. +See [Compiling the GTK Libraries](https://docs.gtk.org/gtk4/building.html) section in the GTK 4 API reference. From 28f7a6abf3fd288b63dd2f2c912127660fdb30b2 Mon Sep 17 00:00:00 2001 From: yihua_liu Date: Thu, 19 Jan 2023 13:24:22 +0800 Subject: [PATCH 2/2] fix typo with gfm generation --- gfm/sec16.md | 4 ++-- gfm/sec2.md | 2 +- gfm/sec23.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gfm/sec16.md b/gfm/sec16.md index d26bcae..2275578 100644 --- a/gfm/sec16.md +++ b/gfm/sec16.md @@ -35,14 +35,14 @@ It is a good practice for you to add more features. ~~~ $ LANG=C wc tfe5/meson.build tfe5/tfeapplication.c tfe5/tfe.gresource.xml tfe5/tfenotebook.c tfe5/tfenotebook.h tfetextview/tfetextview.c tfetextview/tfetextview.h tfe5/tfe.ui 10 17 294 tfe5/meson.build - 101 308 3274 tfe5/tfeapplication.c + 110 336 3631 tfe5/tfeapplication.c 6 9 153 tfe5/tfe.gresource.xml 145 387 3667 tfe5/tfenotebook.c 15 21 241 tfe5/tfenotebook.h 239 863 9264 tfetextview/tfetextview.c 35 60 701 tfetextview/tfetextview.h 61 100 2073 tfe5/tfe.ui - 612 1765 19667 total + 621 1793 20024 total ~~~ diff --git a/gfm/sec2.md b/gfm/sec2.md index cae82dd..b985ae7 100644 --- a/gfm/sec2.md +++ b/gfm/sec2.md @@ -38,6 +38,6 @@ The following table shows the distributions which support GTK 4. ## Installation from the source file If you want to install a developing version of GTK 4, you need to build it from the source. -See [Compiling the GTK Libraries](https://docs.gtk.org/gtk4/building.html) secion in the GTK 4 API reference. +See [Compiling the GTK Libraries](https://docs.gtk.org/gtk4/building.html) section in the GTK 4 API reference. Up: [README.md](../README.md), Prev: [Section 1](sec1.md), Next: [Section 3](sec3.md) diff --git a/gfm/sec23.md b/gfm/sec23.md index f2b4cd9..bc51e97 100644 --- a/gfm/sec23.md +++ b/gfm/sec23.md @@ -1,4 +1,4 @@ -Up: [Readme.md](../Readme.md), Prev: [Section 22](sec22.md), Next: [Section 24](sec24.md) +Up: [README.md](../README.md), Prev: [Section 22](sec22.md), Next: [Section 24](sec24.md) # Periodic Events @@ -409,4 +409,4 @@ You can find the source files in the `tfc` directory. it can be compiled with `. 2 gcc `pkg-config --cflags gtk4` $1.gresource.c $1.c `pkg-config --libs gtk4` -lm ~~~ -Up: [Readme.md](../Readme.md), Prev: [Section 22](sec22.md), Next: [Section 24](sec24.md) +Up: [README.md](../README.md), Prev: [Section 22](sec22.md), Next: [Section 24](sec24.md)