diff options
author | Milo Gilad <milogaccnts@gmail.com> | 2017-08-26 10:59:18 -0400 |
---|---|---|
committer | Milo Gilad <milogaccnts@gmail.com> | 2017-08-26 10:59:18 -0400 |
commit | 07431ea0d249fedda5ab6dcfcbb825dff6c2c63d (patch) | |
tree | 2c3fa8c100007a4cebc4f1d094d3ce613dd003be /vala.html.markdown | |
parent | a0095c2884580f5a479c677f08470c5aee4a7555 (diff) |
Added reading on GObject style construction
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). |