[vala/0.40] posix: Declare WRDE_APPEND constant as public



commit 4cbaddc543eb30aab122533bf9f74eeb9d9be49a
Author: Jeremy Philippe <jeremy philippe gmail com>
Date:   Sun Aug 9 14:10:37 2020 +0200

    posix: Declare WRDE_APPEND constant as public

 vapi/posix.vapi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vapi/posix.vapi b/vapi/posix.vapi
index 952fc5de5..d88111291 100644
--- a/vapi/posix.vapi
+++ b/vapi/posix.vapi
@@ -3180,7 +3180,7 @@ namespace Posix {
        }
 
        [CCode(cheader_filename = "wordexp.h")]
-       private const int WRDE_APPEND;
+       public const int WRDE_APPEND;
        [CCode(cheader_filename = "wordexp.h")]
        public const int WRDE_BADCHAR;
        [CCode(cheader_filename = "wordexp.h")]


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