audrey/src/config.vapi

7 lines
217 B
Vala
Raw Normal View History

2024-10-06 11:21:53 +00:00
[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;
}