mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update comments
This commit is contained in:
parent
009123c633
commit
9305f240f7
1 changed files with 2 additions and 3 deletions
|
|
@ -27,9 +27,8 @@ const TITLE: &str = "Download";
|
|||
|
||||
/// Create new [StatusPage](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.StatusPage.html)
|
||||
/// preset with children widget contain download UI
|
||||
/// * includes progress indication and UI controls
|
||||
/// * applies callback function once on destination [File](https://docs.gtk.org/gio/iface.File.html) selected
|
||||
/// * requires external IOStream read/write implementation (depending of protocol)
|
||||
/// * apply callback function on destination [File](https://docs.gtk.org/gio/iface.File.html) selected
|
||||
/// * require external IOStream read/write implementation (depending of protocol)
|
||||
pub fn new(
|
||||
initial_filename: &str,
|
||||
cancellable: &Cancellable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue