[rygel] core: Expose more build options to vala world



commit 60ee7325960abed598f08de664cec1c2b95d8683
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Jun 11 17:14:10 2009 +0300

    core: Expose more build options to vala world

 src/rygel/cstuff.vapi |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/rygel/cstuff.vapi b/src/rygel/cstuff.vapi
index bd819df..cb085cc 100644
--- a/src/rygel/cstuff.vapi
+++ b/src/rygel/cstuff.vapi
@@ -39,6 +39,12 @@ namespace CStuff {
 
         [CCode (cname = "PACKAGE_NAME")]
         public static const string PACKAGE_NAME;
+
+        [CCode (cname = "PACKAGE_VERSION")]
+        public static const string PACKAGE_VERSION;
+
+        [CCode (cname = "PACKAGE_STRING")]
+        public static const string PACKAGE_STRING;
     }
 
     /**



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