Palete/Gir.vala
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Sep 2014 14:17:27 +0000 (22:17 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Sep 2014 14:17:27 +0000 (22:17 +0800)
Palete/Gir.vala

index a0dedda..f0c1d73 100644 (file)
@@ -187,6 +187,8 @@ namespace Palete {
                        
                }
                public string fqn() {
+                       // not sure if fqn really is correct here...
+                       // 
                        return this.type == "Class" ? this.name : (this.ns + this.name);
                }