mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
add socket connection events listener
This commit is contained in:
parent
2aff5028f5
commit
08ad677ba4
2 changed files with 52 additions and 29 deletions
|
|
@ -1,24 +1,21 @@
|
|||
use gtk::glib::GString;
|
||||
|
||||
pub enum Status {
|
||||
// SensitiveInput,
|
||||
// Complete,
|
||||
Complete,
|
||||
Failure,
|
||||
Input,
|
||||
Connecting,
|
||||
Connected,
|
||||
// ProxyNegotiated,
|
||||
// ProxyNegotiating,
|
||||
ProxyNegotiated,
|
||||
ProxyNegotiating,
|
||||
Redirect,
|
||||
Reload,
|
||||
// Request,
|
||||
// Resolved,
|
||||
// Resolving,
|
||||
// Response,
|
||||
Resolved,
|
||||
Resolving,
|
||||
Success,
|
||||
// TlsHandshaked,
|
||||
// TlsHandshaking,
|
||||
} // @TODO
|
||||
TlsHandshaked,
|
||||
TlsHandshaking,
|
||||
}
|
||||
|
||||
pub struct Meta {
|
||||
pub title: Option<GString>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue