From: Evan Nemerson Date: Sun, 30 Aug 2009 16:47:48 +0000 (-0700) Subject: glib-2.0: time_t does not have a type_id X-Git-Tag: 0.7.6~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e84348aaf487f1cf66decf129190cf5d70f24cd;p=thirdparty%2Fvala.git glib-2.0: time_t does not have a type_id Fixes bug 587150. --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index b659fb70d..842100471 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -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 {