sync
authorAlan Knowles <alan@roojs.com>
Fri, 8 May 2015 02:06:49 +0000 (10:06 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 8 May 2015 02:06:49 +0000 (10:06 +0800)
.gitignore
configure.ac
src/Palete/VapiParser.vala

index fde6c17..6a9e96c 100644 (file)
@@ -14,6 +14,7 @@ src/builder4
 src/builder
 src/*.stamp
 src/*.stamp-t
+tests/*.c
 
 Makefile
 Makefile.in
index 7471e45..a6245b2 100644 (file)
@@ -130,7 +130,7 @@ AM_CONDITIONAL(HAVE_JAVASCRIPTCOREGTK4, test "$javascriptcoregtk_4_0_enabled" =
 
 
 
-dnl --- vte -- fixme..
+dnl --- vte -- fixme - its not used yet.. not sure if we will use it....
  
 
 PKG_CHECK_MODULES(VTE, [vte-2.91],
index b20f7c2..b336e98 100644 (file)
@@ -384,7 +384,7 @@ namespace Palete {
         
        }
 }
+ /*
 int main (string[] args) {
        
        var g = Palete.Gir.factoryFqn("Gtk.SourceView");
@@ -394,3 +394,4 @@ int main (string[] args) {
 }
  
 
+*/