Use G_TYPE_INT as type_id for int32
authorJürg Billeter <j@bitron.ch>
Sun, 22 Jun 2008 13:47:22 +0000 (13:47 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sun, 22 Jun 2008 13:47:22 +0000 (13:47 +0000)
2008-06-22  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi:

Use G_TYPE_INT as type_id for int32

svn path=/trunk/; revision=1626

ChangeLog
vapi/glib-2.0.vapi

index 938a688..856a966 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-22  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/glib-2.0.vapi:
+
+       Use G_TYPE_INT as type_id for int32
+
 2008-06-21  Jürg Billeter  <j@bitron.ch>
 
        * vapi/packages/gstreamer-0.10/:
index cc7e62c..77ae133 100644 (file)
@@ -292,7 +292,7 @@ public struct uint16 {
 }
 
 [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")]