mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename method
This commit is contained in:
parent
3e2069ad7e
commit
d9fea7becd
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue