summaryrefslogtreecommitdiff
path: root/glib/src/timezone.hg
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-03-15 15:31:37 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-03-15 15:31:37 +0100
commit7d9d86fc38185de27386c111a358b822ad99702d (patch)
treeb705398a9844d61595860cf24bf86ab9b3da2d2c /glib/src/timezone.hg
parent51a5e47c7f8cb12b0756d0a81845746c218eb227 (diff)
downloadglibmm-7d9d86fc38185de27386c111a358b822ad99702d.tar.gz
Glib: Add some API (DateTime::get_timezone() etc.)
* glib/src/datetime.[ccg|hg]: Add get_timezone(). * glib/src/keyfile.hg: Add get_locale_for_key(). * glib/src/timezone.hg: Add get_identifier().
Diffstat (limited to 'glib/src/timezone.hg')
-rw-r--r--glib/src/timezone.hg1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/src/timezone.hg b/glib/src/timezone.hg
index 1a033765..afa2f7fd 100644
--- a/glib/src/timezone.hg
+++ b/glib/src/timezone.hg
@@ -66,6 +66,7 @@ public:
_WRAP_METHOD(Glib::ustring get_abbreviation(int interval) const, g_time_zone_get_abbreviation)
_WRAP_METHOD(gint32 get_offset(int interval) const, g_time_zone_get_offset)
_WRAP_METHOD(bool is_dst(int interval) const, g_time_zone_is_dst)
+ _WRAP_METHOD(Glib::ustring get_identifier() const, g_time_zone_get_identifier, newin "2,60")
};
} // namespace Glib