File: config.vapi

package info (click to toggle)
budgie-extras 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 63,076 kB
  • sloc: python: 4,460; xml: 628; sh: 133; ansic: 14; makefile: 13
file content (13 lines) | stat: -rw-r--r-- 510 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config {
    public const string GETTEXT_PACKAGE;
    public const string PACKAGE_LOCALEDIR;
    public const string PACKAGE_LIBDIR;
    public const string PACKAGE_LIBEXECDIR;
    public const string PACKAGE_BINDIR;
    public const string PACKAGE_SHAREDIR;
    public const string SHUFFLER_DIR;
    public const string PREVIEWS_DIR;
    public const string WSWITCHER_DIR;
    public const string WEATHERSHOW_DATADIR;
}