mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-10-31 04:58:58 +00:00
14 lines
402 B
Vala
14 lines
402 B
Vala
[CCode(cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
|
|
namespace Gitg.Config
|
|
{
|
|
public const string GETTEXT_PACKAGE;
|
|
public const string PACKAGE_NAME;
|
|
public const string PACKAGE_VERSION;
|
|
public const string PACKAGE_URL;
|
|
public const string GITG_DATADIR;
|
|
public const string GITG_LOCALEDIR;
|
|
public const string GITG_LIBDIR;
|
|
public const string VERSION;
|
|
}
|
|
|
|
// ex:ts=4 noet
|