audrey/src/config.vapi
psykose 8c42d99c18 slightly more explicit imports
i had no idea where these were from; now i do :)

vala is super loose about these..
2024-10-16 05:58:58 +02:00

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;
}