[vala/staging] glib-2.0: Add KeyFile.get_locale_for_key()
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging] glib-2.0: Add KeyFile.get_locale_for_key()
- Date: Wed, 7 Feb 2018 16:51:09 +0000 (UTC)
commit b83e486095588e20a009a74c90e14ab7a96ed5d4
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed Feb 7 17:43:51 2018 +0100
glib-2.0: Add KeyFile.get_locale_for_key()
vapi/glib-2.0.vapi | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index bb157f8..e6732c5 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")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]