File: config.vapi

package info (click to toggle)
gnome-contacts 49.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,656 kB
  • sloc: ansic: 550; xml: 132; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[CCode (lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config {
public const string APP_ID;

/* Indicates a nightly build */
public const string PROFILE;

/* Package information */
public const string PACKAGE_NAME;
public const string PACKAGE_STRING;
public const string PACKAGE_VERSION;

/* Gettext package */
public const string GETTEXT_PACKAGE;

/* Configured paths - these variables are not present in config.h, they are
* passed to underlying C code as cmd line macros. */
public const string LOCALEDIR; /* /usr/local/share/locale */
public const string LIBEXECDIR;
}