fixes to new project - compile rules and handle notices from compiler (typo)
authorAlan <alan@roojs.com>
Wed, 3 Jan 2024 09:46:20 +0000 (17:46 +0800)
committerAlan <alan@roojs.com>
Wed, 3 Jan 2024 09:46:20 +0000 (17:46 +0800)
src/Project/Gtk.vala

index 2683662..f0d1dd2 100644 (file)
@@ -332,7 +332,7 @@ namespace Project
  "items" : [
   {
    "$ xns" : "Gtk",
-   "| vpid show" : "() { this.el.show(); }",
+   "| void show" : "() { this.el.show(); }",
    "items" : [
     {
      "$ xns" : "Gtk",