From: Rico Tzschichholz Date: Wed, 7 Feb 2018 16:43:51 +0000 (+0100) Subject: glib-2.0: Add KeyFile.get_locale_for_key() X-Git-Tag: 0.39.91~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b83e486095588e20a009a74c90e14ab7a96ed5d4;p=thirdparty%2Fvala.git glib-2.0: Add KeyFile.get_locale_for_key() --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index bb157f8c2..e6732c50c 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -4134,6 +4134,8 @@ namespace GLib { public string get_value (string group_name, string key) throws KeyFileError; public string get_string (string group_name, string key) throws KeyFileError; public string get_locale_string (string group_name, string key, string? locale = null) throws KeyFileError; + [Version (since = "2.56")] + public string? get_locale_for_key (string group_name, string key, string? locale = null); public bool get_boolean (string group_name, string key) throws KeyFileError; public int get_integer (string group_name, string key) throws KeyFileError; [Version (since = "2.26")]