diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-11-10 13:29:23 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-11-14 10:43:21 +0100 |
commit | 45cc8f8f8cb093a9e8aa8747af93c57941e1b32a (patch) | |
tree | ad54ff932c2df33526ebb874ed3d12cd0d68d37a /gio/src/appinfo.hg | |
parent | db75f338fb1865fbec12daae64dac4d0a1b9abf8 (diff) | |
download | glibmm-45cc8f8f8cb093a9e8aa8747af93c57941e1b32a.tar.gz |
Remove deprecated API.
Diffstat (limited to 'gio/src/appinfo.hg')
-rw-r--r-- | gio/src/appinfo.hg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gio/src/appinfo.hg b/gio/src/appinfo.hg index 255dce69..238cc07b 100644 --- a/gio/src/appinfo.hg +++ b/gio/src/appinfo.hg @@ -157,10 +157,6 @@ public: _WRAP_METHOD(bool supports_files() const, g_app_info_supports_files) #m4 _CONVERSION(`const Glib::ListHandle<std::string>&',`GList*',`$3.data()') - _WRAP_METHOD(bool launch_uris(const Glib::ListHandle<std::string>& uris, - GAppLaunchContext* launch_context), - g_app_info_launch_uris, - errthrow, deprecated "Use the method that takes an AppLaunchContext") //TODO: I think we use Glib::ustring elsewhere for URIs: _WRAP_METHOD(bool launch_uris(const Glib::ListHandle<std::string>& uris, |