diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-12-08 18:44:15 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-12-08 18:44:15 +0100 |
commit | 35926e01aba7cd7584093af75ce614c054204f86 (patch) | |
tree | 98fe9c4f1346e31a3a14ac73c52032ff72caefd0 /include | |
parent | 5476474c1ceb86814676750de59b2838fd83230f (diff) |
Add class hint, wm name, window type, transient for
Diffstat (limited to 'include')
-rw-r--r-- | include/DownloadUtils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/DownloadUtils.hpp b/include/DownloadUtils.hpp index d8aba2e..d1f7f56 100644 --- a/include/DownloadUtils.hpp +++ b/include/DownloadUtils.hpp @@ -32,6 +32,6 @@ namespace QuickMedia { // Note: if |cloudflare_bypass| is set to true then tls is limited to version 1.1 and the user agent is changed. DownloadResult download_to_file(const std::string &url, const std::string &destination_filepath, const std::vector<CommandArg> &additional_args, bool use_browser_useragent = false, bool cloudflare_bypass = false); // Returns false if there was an error trying to create the download process - bool download_async_gui(const std::string &url, const std::string &file_manager_start_dir, bool no_video, const std::string &filename, bool download_no_dialog); + bool download_async_gui(const std::string &url, const std::string &file_manager_start_dir, bool no_video, const std::string &filename, bool download_no_dialog, long transient_for_window); DownloadResult download_to_json(const std::string &url, rapidjson::Document &result, const std::vector<CommandArg> &additional_args, bool use_browser_useragent = false, bool fail_on_error = true); }
\ No newline at end of file |