gitg/vapi/config.vapi
Bilal Elmoussaoui cc62927f4a meson: allow dual installation of the application
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
2019-01-16 19:53:56 +01:00

18 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