]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Move several enums into the Vala namespace
authorEvan Nemerson <evan@coeus-group.com>
Sun, 10 Oct 2010 21:25:13 +0000 (14:25 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Sun, 10 Oct 2010 21:31:53 +0000 (14:31 -0700)
vala/valacodewriter.vala
vala/valasourcefile.vala
vala/valasymbol.vala

index 3bcafd9c18fba9ff134cefd67d64083975587b8f..0fd6f954310c91733e428eb4006d645fb271ddf9 100644 (file)
@@ -2021,7 +2021,7 @@ public class Vala.CodeWriter : CodeVisitor {
        }
 }
 
-public enum CodeWriterType {
+public enum Vala.CodeWriterType {
        EXTERNAL,
        INTERNAL,
        FAST,
index 9bb225f40b93764f081ffa4a6c076d59189cb8b8..90433589b3ca28844417cf65abbc7c441eb1e6e1 100644 (file)
@@ -320,7 +320,7 @@ public class Vala.SourceFile {
        }
 }
 
-public enum SourceFileType {
+public enum Vala.SourceFileType {
        NONE,
        SOURCE,
        PACKAGE,
index 7d822a159072751cd24ee2dbb6c8d766d96cf803..553544c0f2123f1930ea51bedbdcf02e82b0cbcb 100644 (file)
@@ -625,7 +625,7 @@ public enum Vala.SymbolAccessibility {
        PUBLIC
 }
 
-public enum MemberBinding {
+public enum Vala.MemberBinding {
        INSTANCE,
        CLASS,
        STATIC