~registry/gcalctool/trunk

« back to all changes in this revision

Viewing changes to src/config.vapi

  • Committer: Robert Ancell
  • Date: 2012-10-14 03:31:40 UTC
  • Revision ID: git-v1:12ba2c81b0a81bb3ac776d1034a3c41b3173196a
Port to Vala

https://bugzilla.gnome.org/show_bug.cgi?id=640685

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
public const string VERSION;
 
2
public const string GETTEXT_PACKAGE;
 
3
public const string LOCALE_DIR;
 
4
public const string UI_DIR;
 
5
 
 
6
[CCode (cheader_filename = "langinfo.h", cprefix = "")]
 
7
public enum NLItem
 
8
{
 
9
    RADIXCHAR,
 
10
    THOUSEP
 
11
}
 
12
 
 
13
[CCode (cheader_filename = "langinfo.h")]
 
14
public unowned string nl_langinfo (NLItem item);