From: Rico Tzschichholz Date: Sun, 22 Apr 2018 08:57:18 +0000 (+0200) Subject: glib-2.0: Add TimeZone.offset() constructor X-Git-Tag: 0.41.90~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b136f6047a1721a11049633167a70845daa622e;p=thirdparty%2Fvala.git glib-2.0: Add TimeZone.offset() constructor --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index f21c0a2d3..65eac3582 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -2969,6 +2969,8 @@ namespace GLib { public TimeZone (string identifier); public TimeZone.utc (); public TimeZone.local (); + [Version (since = "2.58")] + public TimeZone.offset (int32 seconds); public int find_interval (TimeType type, int64 time); public int adjust_time (TimeType type, ref int64 time); public unowned string get_abbreviation (int interval);