update comments

This commit is contained in:
yggverse 2024-12-10 21:17:58 +02:00
parent 009123c633
commit 9305f240f7

View File

@ -27,9 +27,8 @@ const TITLE: &str = "Download";
/// Create new [StatusPage](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.StatusPage.html) /// Create new [StatusPage](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.StatusPage.html)
/// preset with children widget contain download UI /// preset with children widget contain download UI
/// * includes progress indication and UI controls /// * apply callback function on destination [File](https://docs.gtk.org/gio/iface.File.html) selected
/// * applies callback function once on destination [File](https://docs.gtk.org/gio/iface.File.html) selected /// * require external IOStream read/write implementation (depending of protocol)
/// * requires external IOStream read/write implementation (depending of protocol)
pub fn new( pub fn new(
initial_filename: &str, initial_filename: &str,
cancellable: &Cancellable, cancellable: &Cancellable,