Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. fileEnumeratorNextFile :: FileEnumeratorClass enumerator => enumerator -> Maybe Cancellable -> IO (Maybe FileInfo)

    gio System.GIO.File.FileEnumerator

    Returns information for the next file in the enumerated object. Will block until the information is available. The FileInfo returned from this function will contain attributes that match the attribute string that was passed when the FileEnumerator was created. On error, a GError is thrown. If the enumerator is at the end, Nothing will be returned.

  2. fileEnumeratorNextFilesAsync :: FileEnumeratorClass enumerator => enumerator -> Int -> Int -> Maybe Cancellable -> AsyncReadyCallback -> IO ()

    gio System.GIO.File.FileEnumerator

    Request information for a number of files from the enumerator asynchronously. When all i/o for the operation is finished the callback will be called with the requested information. The callback can be called with less than numFiles files in case of error or at the end of the enumerator. In case of a partial error the callback will be called with any succeeding items and no error, and on the next request the error will be reported. If a request is cancelled the callback will be called with IoErrorCancelled. During an async request no other sync and async calls are allowed, and will result in IoErrorPending errors. Any outstanding i/o request with higher priority (lower numerical value) will be executed before an outstanding request with lower priority. Default priority is GPriorityDefault.

  3. fileEnumeratorNextFilesFinish :: FileEnumeratorClass enumerator => enumerator -> AsyncResult -> IO [FileInfo]

    gio System.GIO.File.FileEnumerator

    Finishes the asynchronous operation started with fileEnumeratorNextFilesAsync.

  4. fileEnumeratorSetPending :: FileEnumeratorClass enumerator => enumerator -> Bool -> IO ()

    gio System.GIO.File.FileEnumerator

    Sets the file enumerator as having pending operations.

  5. data IOErrorEnum

    gio System.GIO.File.IOError

    Error codes returned by GIO functions.

  6. driveEnumerateIdentifiers :: (DriveClass drive, GlibString string) => drive -> IO [string]

    gio System.GIO.Volumes.Drive

    Gets the kinds of identifiers that drive has. Use driveGetIdentifier to obtain the identifiers themselves.

  7. volumeEnumerateIdentifiers :: (VolumeClass volume, GlibString string) => volume -> IO [string]

    gio System.GIO.Volumes.Volume

    Gets the kinds of identifiers that volume has. Use volumeGetIdentifier to obtain the identifiers themselves.

  8. ConstEnum :: Name -> ConstValue

    graphql Language.GraphQL.AST.Document

    No documentation available.

  9. NamedEnumType :: EnumType -> Type

    graphql Language.GraphQL.Type.In

    No documentation available.

  10. NonNullEnumType :: EnumType -> Type

    graphql Language.GraphQL.Type.In

    No documentation available.

Page 176 of many | Previous | Next