src/Palete/Symbol.vala
authorAlan <alan@roojs.com>
Fri, 10 May 2024 07:57:47 +0000 (15:57 +0800)
committerAlan <alan@roojs.com>
Fri, 10 May 2024 07:57:47 +0000 (15:57 +0800)
src/Palete/Symbol.vala

index bb90949..fc0a663 100644 (file)
@@ -39,6 +39,7 @@ namespace Palete {
                public bool is_ctor  { get; set; default = false; } 
                public bool is_static  { get; set; default = false; } 
                public bool is_gir  { get; set; default = false; } 
+               public bool is_ctor_only { get; set; default = false; }  // FIXME!!!
                
                public Gee.ArrayList<string> inherits { get; set; default = new Gee.ArrayList<string>(); }
                public Gee.ArrayList<string> implements { get; set; default = new Gee.ArrayList<string>(); }