Updated kn translations
[gcalctool.git] / src / config.vapi
blobaf5d8cd72fadb69eb35ecd964387cb3017c8dd46
1 public const string VERSION;
2 public const string GETTEXT_PACKAGE;
3 public const string LOCALE_DIR;
4 public const string UI_DIR;
6 [CCode (cheader_filename = "langinfo.h", cprefix = "")]
7 public enum NLItem
9     RADIXCHAR,
10     THOUSEP
13 [CCode (cheader_filename = "langinfo.h")]
14 public unowned string nl_langinfo (NLItem item);