summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-02-07 17:43:51 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2018-02-07 17:43:51 +0100
commitb83e486095588e20a009a74c90e14ab7a96ed5d4 (patch)
tree8f1fa0e82b5e062b4380cb8c6ba27d8e6bd1be53
parent53b24f4722e49450a1a1361798b4ecf960392ec1 (diff)
downloadvala-b83e486095588e20a009a74c90e14ab7a96ed5d4.tar.gz
glib-2.0: Add KeyFile.get_locale_for_key()
-rw-r--r--vapi/glib-2.0.vapi2
1 files changed, 2 insertions, 0 deletions
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")]