mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comment
This commit is contained in:
parent
308ada8111
commit
3bba0bbb80
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue