mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 01:25:32 +00:00
update comments
This commit is contained in:
parent
17b2fcaaae
commit
98c6150f74
2 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ impl Connection {
|
|||
/// Get [IOStream](https://docs.gtk.org/gio/class.IOStream.html)
|
||||
/// for [SocketConnection](https://docs.gtk.org/gio/class.SocketConnection.html)
|
||||
/// or [TlsClientConnection](https://docs.gtk.org/gio/iface.TlsClientConnection.html) (if available)
|
||||
/// * compatible with user (certificate) and guest (certificate-less) connection types
|
||||
/// * useful also to keep `Connection` active in async I/O context
|
||||
pub fn stream(&self) -> impl IsA<IOStream> {
|
||||
// * do not replace with `tls_client_connection.base_io_stream()`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue