gnome-gitlab/src/config.vapi

9 lines
248 B
Vala
Raw Normal View History

2014-10-13 14:13:52 +00:00
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config {
public const string VERSION;
public const string GETTEXT_PACKAGE;
public const string GNOMELOCALEDIR;
public const string DATADIR;
}