From 8e2d33d3a5d17531a36e629bcf4c0bc36cbf1cfe Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 2 Nov 2014 20:40:40 +0100 Subject: Imported Upstream version 14.04.10 --- src/config.vapi | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/config.vapi (limited to 'src/config.vapi') diff --git a/src/config.vapi b/src/config.vapi new file mode 100644 index 0000000..8fe2441 --- /dev/null +++ b/src/config.vapi @@ -0,0 +1,12 @@ +[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")] +namespace Config +{ + public const string GETTEXT_PACKAGE; + public const string LOCALEDIR; + public const string VERSION; + public const string CONFIG_FILE; + public const string INDICATOR_FILE_DIR; + public const string PKGDATADIR; + public const string INDICATORDIR; + public const string USD_BINARY; +} -- cgit v1.2.3