diff options
author | 2023-10-03 09:38:12 +0600 | |
---|---|---|
committer | 2023-10-03 09:41:36 +0600 | |
commit | dca3fd2c862ae15f47c60e50aaa11bbdf158a101 (patch) | |
tree | 040795e0bf4acd9b27f5335dd423906d31b910ca /src/config.vapi | |
parent | 17bffaa31b412f7b3c3dd575c6eb666803e15bc4 (diff) | |
download | jadupc-remote-support-console-dca3fd2c862ae15f47c60e50aaa11bbdf158a101.tar.gz jadupc-remote-support-console-dca3fd2c862ae15f47c60e50aaa11bbdf158a101.zip |
Finalize UI
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'src/config.vapi')
-rw-r--r-- | src/config.vapi | 9 |
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; +} |