File: config.vapi

package info (click to toggle)
libfsoresource 0.11.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,564 kB
  • sloc: sh: 11,311; ansic: 1,110; makefile: 122
file content (9 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config
{
    public const string PACKAGE_VERSION;
    public const string PACKAGE_GITV;
    public const string PACKAGE_LIBDIR;
}

// vim:ts=4:sw=4:expandtab