7 lines
217 B
Vala
7 lines
217 B
Vala
|
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
|
||
|
namespace Config {
|
||
|
public const string GETTEXT_PACKAGE;
|
||
|
public const string LOCALEDIR;
|
||
|
public const string PACKAGE_VERSION;
|
||
|
}
|