[vala/0.10] glib-2.0: Set default_value of time_t to 0
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.10] glib-2.0: Set default_value of time_t to 0
- Date: Sat, 22 Jan 2011 10:14:03 +0000 (UTC)
commit a51508b97f92aa7758f4780b9aa2c2eafcef6d99
Author: Luca Bruno <lucabru src gnome org>
Date: Mon Dec 27 12:27:24 2010 +0100
glib-2.0: Set default_value of time_t to 0
Fixes bug 615108.
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 34ba03a..122520c 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")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]