mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
update comment
This commit is contained in:
parent
e86a556863
commit
0ab6f97815
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ impl Connection {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get [TlsClientConnection](https://docs.gtk.org/gio/iface.TlsClientConnection.html) for `Self`
|
/// Get [TlsClientConnection](https://docs.gtk.org/gio/iface.TlsClientConnection.html) for `Self`
|
||||||
/// * compatible with user and guest sessions
|
/// * compatible with both user and guest connection types
|
||||||
pub fn tls_client_connection(&self) -> Result<TlsClientConnection, Error> {
|
pub fn tls_client_connection(&self) -> Result<TlsClientConnection, Error> {
|
||||||
match self.tls_client_connection.clone() {
|
match self.tls_client_connection.clone() {
|
||||||
// User session
|
// User session
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue