File: config.vapi

package info (click to toggle)
font-manager 0.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,680 kB
  • sloc: ansic: 13,202; perl: 684; xml: 494; python: 321; makefile: 123
file content (15 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
public const string GETTEXT_PACKAGE;

[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
public const string BINDIR;

[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config {
    public const string PACKAGE_NAME;
    public const string PACKAGE_VERSION;
    public const string PACKAGE_URL;
    public const string PACKAGE_BUGREPORT;
}