mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
fix comments
This commit is contained in:
parent
c7f992e1b3
commit
9d240c4c37
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ impl Client {
|
||||||
// Actions
|
// Actions
|
||||||
|
|
||||||
/// Make async request to given [Uri](https://docs.gtk.org/glib/struct.Uri.html),
|
/// Make async request to given [Uri](https://docs.gtk.org/glib/struct.Uri.html),
|
||||||
/// callback with `Result`on success or `Error` on failure.
|
/// callback with `Response`on success or `Error` on failure.
|
||||||
/// * creates new [SocketConnection](https://docs.gtk.org/gio/class.SocketConnection.html)
|
/// * creates new [SocketConnection](https://docs.gtk.org/gio/class.SocketConnection.html)
|
||||||
/// * session management by Glib TLS Backend
|
/// * session management by Glib TLS Backend
|
||||||
pub fn request_async(
|
pub fn request_async(
|
||||||
|
|
@ -91,7 +91,7 @@ impl Client {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Make new request for constructed `Connection`
|
/// Make new request for constructed `Connection`
|
||||||
/// * callback with `Result`on success or `Error` on failure
|
/// * callback with `Response`on success or `Error` on failure
|
||||||
pub fn request_async(
|
pub fn request_async(
|
||||||
connection: Connection,
|
connection: Connection,
|
||||||
query: String,
|
query: String,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue