vala r1927 - in trunk: . vapi



Author: asabil
Date: Sat Oct 25 18:17:16 2008
New Revision: 1927
URL: http://svn.gnome.org/viewvc/vala?rev=1927&view=rev

Log:
2008-10-25  Ali Sabil  <ali sabil gmail com>

	* vapi/glib-2.0.vapi:

	Removed the v_ prefix from the TokenValue fields name



Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/vapi/glib-2.0.vapi

Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi	(original)
+++ trunk/vapi/glib-2.0.vapi	Sat Oct 25 18:17:16 2008
@@ -1914,18 +1914,30 @@
 
 	[SimpleType]
 	public struct TokenValue {
-		public void* v_symbol;
-		public string v_identifier;
-		public ulong v_binary;
-		public ulong v_octal;
-		public ulong v_int;
-		public ulong v_int64;
-		public double v_float;
-		public ulong v_hex;
-		public string v_string;
-		public string v_comment;
-		public uchar v_char;
-		public uint v_error;
+		[CCode (cname="v_symbol")]
+		public void* symbol;
+		[CCode (cname="v_identifier")]
+		public string identifier;
+		[CCode (cname="v_binary")]
+		public ulong binary;
+		[CCode (cname="v_octal")]
+		public ulong octal;
+		[CCode (cname="v_int")]
+		public ulong int;
+		[CCode (cname="v_int64")]
+		public ulong int64;
+		[CCode (cname="v_float")]
+		public double float;
+		[CCode (cname="v_hex")]
+		public ulong hex;
+		[CCode (cname="v_string")]
+		public string string;
+		[CCode (cname="v_comment")]
+		public string comment;
+		[CCode (cname="v_char")]
+		public uchar char;
+		[CCode (cname="v_error")]
+		public uint error;
 	}
 
 	[CCode (cprefix = "G_ERR_", has_type_id = false)]



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