mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 16:04:15 +00:00
update titan input struct
This commit is contained in:
parent
3d84195714
commit
eb90a60162
@ -1,7 +1,20 @@
|
||||
use gtk::glib::{GString, Uri};
|
||||
use gtk::{
|
||||
gio::{Cancellable, IOStream},
|
||||
glib::{GString, Uri},
|
||||
};
|
||||
|
||||
pub enum Input {
|
||||
Response { base: Uri, title: GString },
|
||||
Sensitive { base: Uri, title: GString },
|
||||
Titan { base: Uri },
|
||||
Response {
|
||||
base: Uri,
|
||||
title: GString,
|
||||
},
|
||||
Sensitive {
|
||||
base: Uri,
|
||||
title: GString,
|
||||
},
|
||||
Titan {
|
||||
base: Uri,
|
||||
cancellable: Cancellable,
|
||||
stream: IOStream,
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user