blob: c32602053e6798a1d59f6c54a4357cd2ada2f797 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config
{
public const string PKGDATADIR;
public const string LOCALE_DIR;
public const string GETTEXT_PACKAGE;
public const string VERSION;
public const string UI_DIR;
public const string ICON_DIR;
}
|