mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-05 16:43:26 +00:00
cc62927f4a
meson: set the schema path correctly window: fix single quotes python habits meson: fix various issues with dual installation Flatpak: don't enforce the branch for gitg It causes issues with Gitlab CI as we can't test the build on other branches anymore. remove .gitignore
17 lines
506 B
Vala
17 lines
506 B
Vala
[CCode(cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
|
|
namespace Gitg.Config
|
|
{
|
|
public const string APPLICATION_ID;
|
|
public const string PROFILE;
|
|
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;
|
|
public const string PLATFORM_NAME;
|
|
}
|
|
|
|
// ex:ts=4 noet
|