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.
-
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.
-
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.
-
gio System.GIO.File.FileEnumerator Finishes the asynchronous operation started with fileEnumeratorNextFilesAsync.
fileEnumeratorSetPending :: FileEnumeratorClass enumerator => enumerator -> Bool -> IO ()gio System.GIO.File.FileEnumerator Sets the file enumerator as having pending operations.
-
gio System.GIO.File.IOError Error codes returned by GIO functions.
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.
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.
ConstEnum :: Name -> ConstValuegraphql Language.GraphQL.AST.Document No documentation available.
NamedEnumType :: EnumType -> Typegraphql Language.GraphQL.Type.In No documentation available.
NonNullEnumType :: EnumType -> Typegraphql Language.GraphQL.Type.In No documentation available.