[vala/parallel: 9/12] SourceFileType: add SourceFileType.NONE
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/parallel: 9/12] SourceFileType: add SourceFileType.NONE
- Date: Thu, 26 Aug 2010 23:10:39 +0000 (UTC)
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]