vala r1626 - in trunk: . vapi



Author: juergbi
Date: Sun Jun 22 13:47:22 2008
New Revision: 1626
URL: http://svn.gnome.org/viewvc/vala?rev=1626&view=rev

Log:
2008-06-22  JÃrg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi:

	Use G_TYPE_INT as type_id for int32


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 Jun 22 13:47:22 2008
@@ -292,7 +292,7 @@
 }
 
 [SimpleType]
-[CCode (cname = "gint32", cheader_filename = "glib.h", default_value = "0", type_signature = "i")]
+[CCode (cname = "gint32", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", type_signature = "i")]
 [IntegerType (rank = 6)]
 public struct int32 {
 	[CCode (cname = "G_MININT32")]



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