Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. IOErrorEnumTimedOut :: IOErrorEnum

    gi-gio GI.Gio.Enums

    Operation timed out.

  2. IOErrorEnumTooManyLinks :: IOErrorEnum

    gi-gio GI.Gio.Enums

    File contains too many symbolic links.

  3. IOErrorEnumTooManyOpenFiles :: IOErrorEnum

    gi-gio GI.Gio.Enums

    The current process has too many files open and can't open any more. Duplicate descriptors do count toward this limit. Since 2.20

  4. IOErrorEnumWouldBlock :: IOErrorEnum

    gi-gio GI.Gio.Enums

    Operation would block.

  5. IOErrorEnumWouldMerge :: IOErrorEnum

    gi-gio GI.Gio.Enums

    Operation would merge files.

  6. IOErrorEnumWouldRecurse :: IOErrorEnum

    gi-gio GI.Gio.Enums

    Operation would be recursive.

  7. IOErrorEnumWrongEtag :: IOErrorEnum

    gi-gio GI.Gio.Enums

    File's Entity Tag was incorrect.

  8. catchIOErrorEnum :: IO a -> (IOErrorEnum -> GErrorMessage -> IO a) -> IO a

    gi-gio GI.Gio.Enums

    Catch exceptions of type IOErrorEnum. This is a specialized version of catchGErrorJustDomain.

  9. handleIOErrorEnum :: (IOErrorEnum -> GErrorMessage -> IO a) -> IO a -> IO a

    gi-gio GI.Gio.Enums

    Handle exceptions of type IOErrorEnum. This is a specialized version of handleGErrorJustDomain.

  10. DBusSubtreeFlagsDispatchToUnenumeratedNodes :: DBusSubtreeFlags

    gi-gio GI.Gio.Flags

    Method calls to objects not in the enumerated range will still be dispatched. This is useful if you want to dynamically spawn objects in the subtree.

Page 113 of many | Previous | Next