fix line numbering issues with vala generator - hopefully fixes completion in node...
[roobuilder] / src / Builder4 / About.bjs
1 {
2  "build_module" : "builder",
3  "gen_extended" : true,
4  "items" : [
5   {
6    "$ authors" : "{ \"Alan Knowles\" }",
7    "$ xns" : "Gtk",
8    "bool modal" : true,
9    "program_name" : "roobuilder",
10    "string copyright" : "LGPL",
11    "string license" : "LGPL",
12    "string version" : "4.4.2",
13    "website" : "https://github.com/roojs/roobuilder",
14    "xtype" : "AboutDialog",
15    "| void show" : [
16     "(Gtk.Window parent) {",
17     "\tthis.el.application = parent.application;",
18     "    this.el.set_transient_for(parent);",
19     "    this.el.show();",
20     "}"
21    ]
22   }
23  ],
24  "name" : "About"
25 }