[gnome-calculator] Move vala binding fixes from config.vapi to fixes.vapi



commit 361949e086ee8adca4fd5335ac64732fb601f6cb
Author: Robert Ancell <robert ancell canonical com>
Date:   Thu Nov 8 14:38:35 2012 +1300

    Move vala binding fixes from config.vapi to fixes.vapi

 src/fixes.vapi |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/src/fixes.vapi b/src/fixes.vapi
new file mode 100644
index 0000000..af5d8cd
--- /dev/null
+++ b/src/fixes.vapi
@@ -0,0 +1,14 @@
+public const string VERSION;
+public const string GETTEXT_PACKAGE;
+public const string LOCALE_DIR;
+public const string UI_DIR;
+
+[CCode (cheader_filename = "langinfo.h", cprefix = "")]
+public enum NLItem
+{
+    RADIXCHAR,
+    THOUSEP
+}
+
+[CCode (cheader_filename = "langinfo.h")]
+public unowned string nl_langinfo (NLItem item);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]