summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMilo Gilad <milogaccnts@gmail.com>2017-08-26 10:59:18 -0400
committerMilo Gilad <milogaccnts@gmail.com>2017-08-26 10:59:18 -0400
commit07431ea0d249fedda5ab6dcfcbb825dff6c2c63d (patch)
tree2c3fa8c100007a4cebc4f1d094d3ce613dd003be
parenta0095c2884580f5a479c677f08470c5aee4a7555 (diff)
Added reading on GObject style construction
-rwxr-xr-xvala.html.markdown1
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).