]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
SourceFile: Add SourceFileType.FAST enum value
authorRyan Lortie <desrt@desrt.ca>
Tue, 24 Aug 2010 17:31:04 +0000 (19:31 +0200)
committerJürg Billeter <j@bitron.ch>
Fri, 17 Sep 2010 23:00:13 +0000 (01:00 +0200)
vala/valasourcefile.vala

index ff4be85e99873a7ae33334bed404b5b516fa981c..e51a2baad5d680510289bfbdd5bcceb1c5f39e69 100644 (file)
@@ -316,5 +316,6 @@ public class Vala.SourceFile {
 
 public enum SourceFileType {
        SOURCE,
-       PACKAGE
+       PACKAGE,
+       FAST
 }