summaryrefslogtreecommitdiff
path: root/vapi/config.vapi
blob: be2fb47fce65c92e33b4fcdf0fdb6a95a787e595 (plain)
1
2
3
4
5
6
7
8
9
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config {
    public const string CORE_VERSION;
    public const string CORE_USER_AGENT_VERSION;
    public const string PROJECT_NAME;
    public const string PROJECT_BUGS;
    public const string PROJECT_WEBSITE;
    public const string PLUGINDIR;
}