psykose
8c42d99c18
i had no idea where these were from; now i do :) vala is super loose about these..
6 lines
224 B
Vala
6 lines
224 B
Vala
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
|
|
namespace Audrey.Config {
|
|
public const string GETTEXT_PACKAGE;
|
|
public const string LOCALEDIR;
|
|
public const string PACKAGE_VERSION;
|
|
}
|