mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 01:25:32 +00:00
rename method, update comments
This commit is contained in:
parent
8f910672e2
commit
6330bbfd85
2 changed files with 6 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue