rename method, update comments

This commit is contained in:
yggverse 2024-12-01 04:49:10 +02:00
parent 8f910672e2
commit 6330bbfd85
2 changed files with 6 additions and 4 deletions

View file

@ -19,7 +19,9 @@ pub struct Response {
impl Response {
// Constructors
pub fn from_request_async(
/// Create new `Self` from given `Connection`
/// * useful for manual [IOStream](https://docs.gtk.org/gio/class.IOStream.html) handle (based on `Meta` bytes pre-parsed)
pub fn from_connection_async(
connection: Connection,
priority: Priority,
cancellable: Cancellable,