mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
rename method
This commit is contained in:
parent
3e2069ad7e
commit
d9fea7becd
@ -55,7 +55,7 @@ impl Request {
|
||||
feature,
|
||||
referrer,
|
||||
uri,
|
||||
} => gemini::route(client, feature, uri, referrer, cancellable, callback),
|
||||
} => gemini::send(client, feature, uri, referrer, cancellable, callback),
|
||||
Self::Titan(_) => todo!(),
|
||||
}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ use gtk::{
|
||||
glib::{Priority, Uri, UriFlags},
|
||||
};
|
||||
|
||||
pub fn route(
|
||||
pub fn send(
|
||||
client: &Client,
|
||||
feature: Feature,
|
||||
uri: Uri,
|
||||
|
Loading…
x
Reference in New Issue
Block a user