summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-03-29 19:26:12 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-03-29 19:26:12 +0200
commitaa376debd9bf4c27e66a4e9a621ab3318b79c934 (patch)
tree71542f31f946d7598fc5b9728396324d16603bef
parentabf0cb762a99aecfdc326757dba5e61151fd1e37 (diff)
downloadglibmm-aa376debd9bf4c27e66a4e9a621ab3318b79c934.tar.gz
Gio::DesktopAppInfo: Add get_locale_string()
-rw-r--r--gio/src/desktopappinfo.hg3
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/src/desktopappinfo.hg b/gio/src/desktopappinfo.hg
index 3f0bfd94..5fb2024b 100644
--- a/gio/src/desktopappinfo.hg
+++ b/gio/src/desktopappinfo.hg
@@ -69,7 +69,8 @@ public:
_WRAP_METHOD(std::string get_categories() const, g_desktop_app_info_get_categories)
_WRAP_METHOD(bool has_key(const Glib::ustring& key) const, g_desktop_app_info_has_key)
- _WRAP_METHOD(Glib::ustring get_string(const Glib::ustring& key), g_desktop_app_info_get_string )
+ _WRAP_METHOD(Glib::ustring get_string(const Glib::ustring& key), g_desktop_app_info_get_string)
+ _WRAP_METHOD(Glib::ustring get_locale_string(const Glib::ustring& key), g_desktop_app_info_get_locale_string)
_WRAP_METHOD(bool get_boolean(const Glib::ustring& key) const, g_desktop_app_info_get_boolean)
#m4 _CONVERSION(`const gchar* const*', `std::vector<Glib::ustring>', `Glib::ArrayHandler<Glib::ustring>::array_to_vector($3, Glib::OWNERSHIP_NONE)')