File: Config.vapi

package info (click to toggle)
paper-clip 5.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 904 kB
  • sloc: python: 38; xml: 26; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config {
    public const string VERSION;
    public const string APP_ID;
    public const string APP_NAME;
    public const string GETTEXT_PACKAGE;
    public const string GNOMELOCALEDIR;
    public const string DATADIR;

    public const string EXEMPI_VERSION;
}