summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorEvan Nemerson <evan@polussystems.com>2009-08-30 09:47:48 -0700
committerJürg Billeter <j@bitron.ch>2009-09-03 20:16:12 +0200
commit4e84348aaf487f1cf66decf129190cf5d70f24cd (patch)
tree9a4b0e0358823ad693ca85ab87022b4f8db870df /vapi
parentbeb007ceab4a00eff2098c02a4575976a707f278 (diff)
downloadvala-4e84348aaf487f1cf66decf129190cf5d70f24cd.tar.gz
glib-2.0: time_t does not have a type_id
Fixes bug 587150.
Diffstat (limited to 'vapi')
-rw-r--r--vapi/glib-2.0.vapi2
1 files changed, 1 insertions, 1 deletions
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 {