Use the XDG Base Directory Specification to store the data files
[moonshot-ui.git] / config.vapi
1 [CCode (prefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
2 namespace Config
3 {
4         /* Package information */
5         public const string PACKAGE_NAME;
6         public const string PACKAGE_STRING;
7         public const string PACKAGE_VERSION;
8         public const string PACKAGE_TARNAME;
9
10         /* Gettext package */
11         public const string GETTEXT_PACKAGE;
12
13         /* Configured paths - these variables are not present in config.h, they are
14          * passed to underlying C code as cmd line macros. */
15         public const string LOCALEDIR;
16 }