blob: c2e8d969316a91e8d092db98fa6fc4796bfa0be3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config
{
public const string GETTEXT_PACKAGE;
public const string LOCALEDIR;
public const string VERSION;
public const string INDICATOR_FILE_DIR;
public const string PKGDATADIR;
public const string INDICATORDIR;
public const string SD_BINARY;
}
|