From: Rico Tzschichholz Date: Fri, 13 Apr 2018 10:58:06 +0000 (+0200) Subject: glib-2.0: Add DateTime.get_timezone() and TimeZone.get_identifier() X-Git-Tag: 0.41.90~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12591930f186cf236196e4ba3b8e904995ce5a55;p=thirdparty%2Fvala.git glib-2.0: Add DateTime.get_timezone() and TimeZone.get_identifier() --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 4c9dfa7ae..3d99ea7c9 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -2940,6 +2940,8 @@ namespace GLib { public int get_second (); public int get_microsecond (); public double get_seconds (); + [Version (since = "2.58")] + public unowned TimeZone get_timezone (); public int64 to_unix (); public bool to_timeval (out TimeVal tv); public TimeSpan get_utc_offset (); @@ -2970,6 +2972,8 @@ namespace GLib { public int find_interval (TimeType type, int64 time); public int adjust_time (TimeType type, ref int64 time); public unowned string get_abbreviation (int interval); + [Version (since = "2.58")] + public unowned string get_identifier (); public int32 get_offset (int interval); public bool is_dst (int interval); }