mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-03 06:54:19 +00:00
fix comment
This commit is contained in:
parent
f66dfecc16
commit
3393ffa4c4
@ -11,7 +11,7 @@ use gtk::glib::GString;
|
|||||||
/// * `is_foreground` - indicates how to process this redirect
|
/// * `is_foreground` - indicates how to process this redirect
|
||||||
/// * `request` - destination
|
/// * `request` - destination
|
||||||
/// * currently, it's raw `GString` not [Uri](https://docs.gtk.org/glib/struct.Uri.html)
|
/// * currently, it's raw `GString` not [Uri](https://docs.gtk.org/glib/struct.Uri.html)
|
||||||
/// because of compatibility with request field as it could contain any other, not parsable values
|
/// because of compatibility with request field as it could contain any other, not parsable values
|
||||||
pub struct Redirect {
|
pub struct Redirect {
|
||||||
is_foreground: bool,
|
is_foreground: bool,
|
||||||
request: GString,
|
request: GString,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user