vala r1926 - in trunk: . vapi



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

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

	* vapi/glib-2.0.vapi:

	Changed the ScannerConfig string fields to string* to avoid valac
	looking for a g_scanner_config_destroy function



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:14:57 2008
@@ -1846,10 +1846,10 @@
 	}
 
 	public struct ScannerConfig {
-		public string cset_skip_characters;
-		public string cset_identifier_first;
-		public string cset_identifier_nth;
-		public string cpair_comment_single;
+		public string* cset_skip_characters;
+		public string* cset_identifier_first;
+		public string* cset_identifier_nth;
+		public string* cpair_comment_single;
 		public bool case_sensitive;
 		public bool skip_comment_multi;
 		public bool skip_comment_single;



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