Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data TlsInteractionResult

    gi-gio GI.Gio.Enums

    TlsInteractionResult is returned by various functions in TlsInteraction when finishing an interaction request. Since: 2.30

  2. TlsInteractionResultFailed :: TlsInteractionResult

    gi-gio GI.Gio.Enums

    The interaction has failed, or was cancelled. and the operation should be aborted.

  3. TlsInteractionResultHandled :: TlsInteractionResult

    gi-gio GI.Gio.Enums

    The interaction completed, and resulting data is available.

  4. TlsInteractionResultUnhandled :: TlsInteractionResult

    gi-gio GI.Gio.Enums

    The interaction was unhandled (i.e. not implemented).

  5. DBusCallFlagsAllowInteractiveAuthorization :: DBusCallFlags

    gi-gio GI.Gio.Flags

    the caller is prepared to wait for interactive authorization. Since 2.46.

  6. DBusMessageFlagsAllowInteractiveAuthorization :: DBusMessageFlags

    gi-gio GI.Gio.Flags

    If set on a method call, this flag means that the caller is prepared to wait for interactive authorization. Since 2.46.

  7. clearDtlsConnectionInteraction :: (MonadIO m, IsDtlsConnection o) => o -> m ()

    gi-gio GI.Gio.Interfaces.DtlsConnection

    Set the value of the “interaction” property to Nothing. When overloading is enabled, this is equivalent to

    clear #interaction
    

  8. constructDtlsConnectionInteraction :: (IsDtlsConnection o, MonadIO m, IsTlsInteraction a) => a -> m (GValueConstruct o)

    gi-gio GI.Gio.Interfaces.DtlsConnection

    Construct a GValueConstruct with valid value for the “interaction” property. This is rarely needed directly, but it is used by new.

  9. dtlsConnectionGetInteraction :: (HasCallStack, MonadIO m, IsDtlsConnection a) => a -> m (Maybe TlsInteraction)

    gi-gio GI.Gio.Interfaces.DtlsConnection

    Get the object that will be used to interact with the user. It will be used for things like prompting the user for passwords. If Nothing is returned, then no user interaction will occur for this connection. Since: 2.48

  10. dtlsConnectionSetInteraction :: (HasCallStack, MonadIO m, IsDtlsConnection a, IsTlsInteraction b) => a -> Maybe b -> m ()

    gi-gio GI.Gio.Interfaces.DtlsConnection

    Set the object that will be used to interact with the user. It will be used for things like prompting the user for passwords. The interaction argument will normally be a derived subclass of TlsInteraction. Nothing can also be provided if no user interaction should occur for this connection. Since: 2.48

Page 20 of many | Previous | Next