Removed
Link Here
|
1 |
--- vapi/config.vapi.orig 2022-02-01 18:38:16 UTC |
2 |
+++ vapi/config.vapi |
3 |
@@ -5,16 +5,16 @@ |
4 |
*/ |
5 |
|
6 |
[CCode (cheader_filename="config.h")] |
7 |
-extern const string _PREFIX; |
8 |
+public const string _PREFIX; |
9 |
[CCode (cheader_filename="config.h")] |
10 |
-extern const string _VERSION; |
11 |
+public const string _VERSION; |
12 |
[CCode (cheader_filename="config.h")] |
13 |
-extern const string GETTEXT_PACKAGE; |
14 |
+public const string GETTEXT_PACKAGE; |
15 |
[CCode (cheader_filename="config.h")] |
16 |
-extern const string LOCALEDIR; |
17 |
+public const string LOCALEDIR; |
18 |
[CCode (cheader_filename="config.h")] |
19 |
-extern const string _LIB; |
20 |
+public const string _LIB; |
21 |
[CCode (cheader_filename="config.h")] |
22 |
-extern const string _LIBEXECDIR; |
23 |
+public const string _LIBEXECDIR; |
24 |
[CCode (cheader_filename="config.h")] |
25 |
-extern const string PROJECT_NAME; |
26 |
+public const string PROJECT_NAME; |