diff options
author | Alessio Treglia <alessio@debian.org> | 2011-08-27 10:54:21 +0200 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2011-08-27 10:54:21 +0200 |
commit | 87ebc2af1f0417b3bc38a233e28ff673eff4fa51 (patch) | |
tree | 747dd400400bf7593642d0ab321a4e37df2ee188 /src/config.vapi | |
parent | 0898b615a2ea01bd65aa1d560350b48bd036b5b6 (diff) |
Imported Upstream version 3.1.5upstream/3.1.5
Diffstat (limited to 'src/config.vapi')
-rw-r--r-- | src/config.vapi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.vapi b/src/config.vapi new file mode 100644 index 0000000..c326020 --- /dev/null +++ b/src/config.vapi @@ -0,0 +1,10 @@ +[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")] +namespace Config +{ + public const string PKGDATADIR; + public const string LOCALE_DIR; + public const string GETTEXT_PACKAGE; + public const string VERSION; + public const string UI_DIR; + public const string ICON_DIR; +} |