Sync the basic types array in girnode.c:serialize_type with GITypeTag
authorDan Winship <danw@gnome.org>
Mon, 6 Jul 2009 15:17:40 +0000 (11:17 -0400)
committerDan Winship <danw@gnome.org>
Mon, 6 Jul 2009 15:32:41 +0000 (11:32 -0400)
Fixes a crash compiling GIRepository-2.0.gir.

http://bugzilla.gnome.org/show_bug.cgi?id=587823

girepository/girnode.c

index bd9be68..22e821e 100644 (file)
@@ -1229,6 +1229,8 @@ serialize_type (GIrModule    *module,
     "uint32", 
     "int64", 
     "uint64", 
+    "short",
+    "ushort",
     "int",
     "uint",
     "long",
@@ -1237,11 +1239,10 @@ serialize_type (GIrModule    *module,
     "size",
     "float", 
     "double",
+    "time_t",
+    "GType",
     "utf8", 
     "filename",
-    "string",
-    "sequence",
-    "any"
   };
   
   if (node->tag < GI_TYPE_TAG_ARRAY)