rename method

This commit is contained in:
yggverse 2025-01-18 13:48:18 +02:00
parent 3e2069ad7e
commit d9fea7becd
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ impl Request {
feature, feature,
referrer, referrer,
uri, uri,
} => gemini::route(client, feature, uri, referrer, cancellable, callback), } => gemini::send(client, feature, uri, referrer, cancellable, callback),
Self::Titan(_) => todo!(), Self::Titan(_) => todo!(),
} }
} }

View File

@ -5,7 +5,7 @@ use gtk::{
glib::{Priority, Uri, UriFlags}, glib::{Priority, Uri, UriFlags},
}; };
pub fn route( pub fn send(
client: &Client, client: &Client,
feature: Feature, feature: Feature,
uri: Uri, uri: Uri,