summaryrefslogtreecommitdiff
path: root/src/config.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.vapi')
-rw-r--r--src/config.vapi9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.vapi b/src/config.vapi
new file mode 100644
index 0000000..175cfb3
--- /dev/null
+++ b/src/config.vapi
@@ -0,0 +1,9 @@
+[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
+namespace Config {
+ public const string GETTEXT_PACKAGE;
+ public const string DATADIR;
+ public const string LOCALEDIR;
+ public const string APPLICATION_ID;
+ public const string VERSION;
+ public const string SECURE_PATH;
+}