]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: time_t does not have a type_id
authorEvan Nemerson <evan@polussystems.com>
Sun, 30 Aug 2009 16:47:48 +0000 (09:47 -0700)
committerJürg Billeter <j@bitron.ch>
Thu, 3 Sep 2009 18:16:12 +0000 (20:16 +0200)
Fixes bug 587150.

vapi/glib-2.0.vapi

index b659fb70db01841033f5ad0aca8d732cb489ce1f..8421004715eee0527b7d78c7c1439f222200caab 100644 (file)
@@ -672,7 +672,7 @@ public struct double {
        }
 }
 
-[CCode (cheader_filename = "time.h")]
+[CCode (cheader_filename = "time.h", has_type_id = false)]
 [ByRef]
 [IntegerType (rank = 8)]
 public struct time_t {