~indicator-multiload/indicator-multiload/trunk

« back to all changes in this revision

Viewing changes to src/config.vapi

  • Committer: Michael Hofmann
  • Date: 2011-05-02 06:49:06 UTC
  • Revision ID: mh21@piware.de-20110502064906-as0r6s80dtg2swdv
Initial public version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
 
2
namespace Config {
 
3
        public const string GETTEXT_PACKAGE;
 
4
        public const string PACKAGE_DATA_DIR;
 
5
        public const string PACKAGE_LOCALE_DIR;
 
6
        public const string PACKAGE_NAME;
 
7
        public const string PACKAGE_VERSION;
 
8
        public const string VERSION;
 
9
}