From b83e486095588e20a009a74c90e14ab7a96ed5d4 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 7 Feb 2018 17:43:51 +0100 Subject: [PATCH] glib-2.0: Add KeyFile.get_locale_for_key() --- vapi/glib-2.0.vapi | 2 ++ 1 file changed, 2 insertions(+) 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")] -- 2.47.2