| 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
 - tlsServerConnectionNew :: (MonadIO m, IOStreamK a, TlsCertificateK b) => a -> Maybe b -> m TlsServerConnection
 - data TlsServerConnectionAuthenticationModePropertyInfo
 - constructTlsServerConnectionAuthenticationMode :: TlsAuthenticationMode -> IO ([Char], GValue)
 - getTlsServerConnectionAuthenticationMode :: (MonadIO m, TlsServerConnectionK o) => o -> m TlsAuthenticationMode
 - setTlsServerConnectionAuthenticationMode :: (MonadIO m, TlsServerConnectionK o) => o -> TlsAuthenticationMode -> m ()
 - tlsServerConnectionAuthenticationMode :: AttrLabelProxy "authenticationMode"
 
Exported types
newtype TlsServerConnection Source
Constructors
| TlsServerConnection (ForeignPtr TlsServerConnection) | 
Instances
| GObject TlsServerConnection | |
| ((~) * info (ResolveTlsServerConnectionMethod t TlsServerConnection), MethodInfo * info TlsServerConnection p) => IsLabelProxy t (TlsServerConnection -> p) | |
| type ParentTypes TlsServerConnection | |
| type AttributeList TlsServerConnection | |
| type SignalList TlsServerConnection | 
class GObject o => TlsServerConnectionK o Source
Instances
| (GObject o, IsDescendantOf TlsServerConnection o) => TlsServerConnectionK o | 
toTlsServerConnection :: TlsServerConnectionK o => o -> IO TlsServerConnection Source
Methods
tlsServerConnectionNew
tlsServerConnectionNew :: (MonadIO m, IOStreamK a, TlsCertificateK b) => a -> Maybe b -> m 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
tlsServerConnectionAuthenticationMode :: AttrLabelProxy "authenticationMode" Source