diff options
Diffstat (limited to 'vala.html.markdown')
-rwxr-xr-x | vala.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vala.html.markdown b/vala.html.markdown index 350d3d88..b9ec558d 100755 --- a/vala.html.markdown +++ b/vala.html.markdown @@ -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). |