| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gio.Interfaces.TlsServerConnection
Description
- newtype TlsServerConnection = TlsServerConnection (ForeignPtr TlsServerConnection)
- noTlsServerConnection :: Maybe TlsServerConnection
- class GObject o => TlsServerConnectionK o
- toTlsServerConnection :: TlsServerConnectionK o => o -> IO TlsServerConnection
- data TlsServerConnectionAuthenticationModePropertyInfo
- constructTlsServerConnectionAuthenticationMode :: TlsAuthenticationMode -> IO ([Char], GValue)
- getTlsServerConnectionAuthenticationMode :: (MonadIO m, TlsServerConnectionK o) => o -> m TlsAuthenticationMode
- setTlsServerConnectionAuthenticationMode :: (MonadIO m, TlsServerConnectionK o) => o -> TlsAuthenticationMode -> m ()
Exported types
newtype TlsServerConnection Source
Constructors
| TlsServerConnection (ForeignPtr TlsServerConnection) |
class GObject o => TlsServerConnectionK o Source
Instances
toTlsServerConnection :: TlsServerConnectionK o => o -> IO TlsServerConnection Source
Properties
AuthenticationMode
data TlsServerConnectionAuthenticationModePropertyInfo Source
Instances
constructTlsServerConnectionAuthenticationMode :: TlsAuthenticationMode -> IO ([Char], GValue) Source
getTlsServerConnectionAuthenticationMode :: (MonadIO m, TlsServerConnectionK o) => o -> m TlsAuthenticationMode Source
setTlsServerConnectionAuthenticationMode :: (MonadIO m, TlsServerConnectionK o) => o -> TlsAuthenticationMode -> m () Source