From: Luca Bruno Date: Mon, 27 Dec 2010 11:27:24 +0000 (+0100) Subject: glib-2.0: Set default_value of time_t to 0 X-Git-Tag: 0.11.4~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65966a1616a134e3367150f8d9fc4d2f43ff4442;p=thirdparty%2Fvala.git glib-2.0: Set default_value of time_t to 0 Fixes bug 615108. --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index a19c3b773..56b83dda3 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -711,7 +711,7 @@ public struct double { } [GIR (name = "glong")] -[CCode (cheader_filename = "time.h", has_type_id = false)] +[CCode (cheader_filename = "time.h", has_type_id = false, default_value = "0")] [IntegerType (rank = 8)] public struct time_t { [CCode (cname = "time")]