summaryrefslogtreecommitdiffstats
path: root/config.vapi
blob: 96bf752d4770085f5c658d94c1ebe943499b6b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[CCode (prefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config
{
	public const string PACKAGE_NAME;
	public const string PACKAGE_STRING;
	public const string PACKAGE_VERSION;
	public const string GETTEXT_PACKAGE;

	public const string LOCALEDIR;
	public const string PKGDATADIR;
	public const string PKGLIBDIR;
}