diff options
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; +} |