update comment

This commit is contained in:
yggverse 2024-11-30 05:31:48 +02:00
parent e86a556863
commit 0ab6f97815

View file

@ -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