[vala] glib-2.0: time_t does not have a type_id



commit 4e84348aaf487f1cf66decf129190cf5d70f24cd
Author: Evan Nemerson <evan polussystems com>
Date:   Sun Aug 30 09:47:48 2009 -0700

    glib-2.0: time_t does not have a type_id
    
    Fixes bug 587150.

 vapi/glib-2.0.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index b659fb7..8421004 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 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]