Change Gtk Version number in sample description (#3741)

The sample project is using Gtk3 and not Gtk2
This commit is contained in:
Jens Klingenberg
2020-01-03 11:19:36 +01:00
committed by Nikolay Igotti
parent 4635fa6f86
commit 8375f92e6d
+1 -1
View File
@@ -10,7 +10,7 @@ the building process.
* `csvparser` - simple CSV file parser and analyzer
* `echoServer` - TCP/IP echo server
* `gitchurn` - program interoperating with `libgit2` for GIT repository analysis
* `gtk` - GTK2 interoperability example
* `gtk` - GTK3 interoperability example
* `html5Canvas` - WebAssembly example
* `libcurl` - using of FTP/HTTP/HTTPS client library `libcurl`
* `nonBlockingEchoServer` - multi-client TCP/IP echo server using co-routines