mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
add comment
This commit is contained in:
parent
308ada8111
commit
3bba0bbb80
@ -3,7 +3,7 @@ use gtk::glib::{GString, Regex, RegexCompileFlags, RegexMatchFlags, Uri, UriFlag
|
|||||||
pub struct Link {
|
pub struct Link {
|
||||||
pub alt: Option<GString>,
|
pub alt: Option<GString>,
|
||||||
pub date: Option<GString>, // @TODO https://docs.gtk.org/glib/struct.Date.html
|
pub date: Option<GString>, // @TODO https://docs.gtk.org/glib/struct.Date.html
|
||||||
pub is_external: Option<bool>,
|
pub is_external: Option<bool>, // on to_base option provided
|
||||||
pub uri: Uri,
|
pub uri: Uri,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user