1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 08:44:28 +02:00

Added reading on GObject style construction

This commit is contained in:
Milo Gilad
2017-08-26 10:59:18 -04:00
parent a0095c2884
commit 07431ea0d2

View File

@@ -427,4 +427,5 @@ var new_computer = new Computer<Linux>();
```
* More Vala documentation can be found [here](https://valadoc.org/).
* [Alternate construction syntax](https://wiki.gnome.org/Projects/Vala/Tutorial#GObject-Style_Construction) similar to GObject
* Read about building GUIs with GTK+ and Vala [here](http://archive.is/7C7bw).