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-31 10:42:12 +0200
commitd66a4526af8d8ebe6b3011333a72bf378a4d157d (patch)
tree32ce685cc167059ac12044654a68d828bcae14bc
parentc8c69046da3a6791e209f208541fd2782ae2db1a (diff)
downloadglibmm-d66a4526af8d8ebe6b3011333a72bf378a4d157d.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 f9a06042..f169594a 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)')