1 2 3 4 5 6 7 8 9
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")] namespace Config { public const string GETTEXT_PACKAGE; public const string DATADIR; public const string LOCALEDIR; public const string APPLICATION_ID; public const string VERSION; public const string SECURE_PATH; }