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.10.3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a51508b97f92aa7758f4780b9aa2c2eafcef6d99;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 34ba03ad6..122520c84 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")]