vala r1436 - in trunk: . vapi



Author: juergbi
Date: Sun May 25 18:41:51 2008
New Revision: 1436
URL: http://svn.gnome.org/viewvc/vala?rev=1436&view=rev

Log:
2008-05-25  Juerg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi: fix mktime binding


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	Sun May 25 18:41:51 2008
@@ -1780,6 +1780,8 @@
 
 		[CCode (cname = "asctime_r")]
 		public string to_string (char* buffer = new char[26]);
+
+		[CCode (cname = "mktime")]
 		public time_t mktime ();
 
 		[CCode (instance_pos = -1)]



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