mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
update comments
This commit is contained in:
parent
009123c633
commit
9305f240f7
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user