[cheese/three-point-oh: 5/12] Added the config vapi file



commit abe5778dae55f2fdfb5304edabbd41f1cb43ede2
Author: Yuvaraj Pandian T <yuvipanda gmail com>
Date:   Thu May 27 15:24:42 2010 +0530

    Added the config vapi file

 valasrc/vapi/config.vapi |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/valasrc/vapi/config.vapi b/valasrc/vapi/config.vapi
new file mode 100644
index 0000000..3e79ba6
--- /dev/null
+++ b/valasrc/vapi/config.vapi
@@ -0,0 +1,9 @@
+[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "cheese-config.h")]
+namespace Config {
+	public const string GETTEXT_PACKAGE;
+	public const string PACKAGE_DATADIR;
+	public const string PACKAGE_LOCALEDIR;
+	public const string PACKAGE_NAME;
+	public const string PACKAGE_VERSION;
+	public const string VERSION;
+}



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