vala r2047 - in trunk: . vapi



Author: juergbi
Date: Fri Nov 21 08:53:51 2008
New Revision: 2047
URL: http://svn.gnome.org/viewvc/vala?rev=2047&view=rev

Log:
2008-11-21  Ãtienne Bersac  <bersace03 laposte net>

	* vapi/glib-2.0.vapi:

	Add G_SEARCHPATH_SEPARATOR binding, fixes bug 561117


Modified:
   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	Fri Nov 21 08:53:51 2008
@@ -1804,6 +1804,10 @@
 		public const string DIR_SEPARATOR_S;
 		[CCode (cname = "G_IS_DIR_SEPARATOR")]
 		public static bool is_dir_separator (unichar c);
+		[CCode (cname = "G_SEARCHPATH_SEPARATOR")]
+		public const char SEARCHPATH_SEPARATOR;
+		[CCode (cname = "G_SEARCHPATH_SEPARATOR_S")]
+		public const string SEARCHPATH_SEPARATOR_S;
 	}
 
 	namespace Bit {



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