[vala] SourceFileType: Add SourceFileType.NONE
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] SourceFileType: Add SourceFileType.NONE
- Date: Thu, 9 Sep 2010 14:40:24 +0000 (UTC)
commit b2f3275dfd8eabcaed939afda73fe0fdcdce64e9
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 e51a2ba..15c3a6b 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]