summaryrefslogtreecommitdiff
path: root/gio/src/desktopappinfo.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/desktopappinfo.hg')
-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)')