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