summaryrefslogtreecommitdiff
path: root/src/config.vapi
blob: 175cfb3134c22ab916fce493f451332950029a79 (plain) (blame)
1
2
3
4
5
6
7
8
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;
}