src/Palete/Gir.vala
authorAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 08:42:20 +0000 (16:42 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 08:42:20 +0000 (16:42 +0800)
src/Palete/Gir.vala

index 672fc57..72238f1 100644 (file)
@@ -48,6 +48,12 @@ namespace Palete {
                        return pr.doctxt != null ? pr.doctxt : "";
 
                }
+               /**
+                * since constructors from the API from gir or vala do not map
+                * correctly to properties, we have an Gir.overides file in resources
+                * that changes the ctor's for some elements.
+                * 
+                */
                 public void loadOverrides(bool force = false)
                {
                        if (overrides_loaded && ! force) {