[vala/parallel: 9/17] SourceFileType: add SourceFileType.NONE



commit 2bd6d6962a92090eeb4d401c2b1c8157175224de
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Aug 24 21:49:17 2010 +0200

    SourceFileType: add SourceFileType.NONE

 vala/valasourcefile.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vala/valasourcefile.vala b/vala/valasourcefile.vala
index bfd3285..a4ef7a7 100644
--- a/vala/valasourcefile.vala
+++ b/vala/valasourcefile.vala
@@ -315,6 +315,7 @@ public class Vala.SourceFile {
 }
 
 public enum SourceFileType {
+  NONE,
   SOURCE,
   PACKAGE,
   FAST



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]