File: config.vapi

package info (click to toggle)
gitg 44-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,176 kB
  • sloc: ansic: 1,636; ruby: 1,445; sh: 314; python: 261; xml: 57; makefile: 15
file content (17 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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