File: config.vapi

package info (click to toggle)
gnome-shell-pomodoro 0.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,396 kB
  • ctags: 35
  • sloc: makefile: 951; xml: 232; python: 160; sh: 19
file content (20 lines) | stat: -rw-r--r-- 630 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config
{
    public const string PACKAGE_NAME;
    public const string PACKAGE_STRING;
    public const string PACKAGE_VERSION;
    public const string PACKAGE_BUGREPORT;
    public const string PACKAGE_URL;
    public const string PACKAGE_DATA_DIR;
    public const string PACKAGE_LIB_DIR;
    public const string PACKAGE_LOCALE_DIR;

    public const string PLUGIN_DATA_DIR;
    public const string PLUGIN_LIB_DIR;

    public const string GETTEXT_PACKAGE;

    public const string EXTENSION_DIR;
    public const string EXTENSION_UUID;
}