Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ZlibCompressorFormatRaw :: ZlibCompressorFormatgi-gio GI.Gio.Enums deflate compression with no header
ZlibCompressorFormatZlib :: ZlibCompressorFormatgi-gio GI.Gio.Enums deflate compression with zlib header
FileCopyFlagsNoFallbackForMove :: FileCopyFlagsgi-gio GI.Gio.Flags Don't use copy and delete fallback if native move not supported.
IOStreamSpliceFlagsWaitForBoth :: IOStreamSpliceFlagsgi-gio GI.Gio.Flags Wait for both splice operations to finish before calling the callback.
MountUnmountFlagsForce :: MountUnmountFlagsgi-gio GI.Gio.Flags Unmount even if there are outstanding file operations on the mount.
contentTypeGuessForTree :: (HasCallStack, MonadIO m, IsFile a) => a -> m [Text]gi-gio GI.Gio.Functions Tries to guess the type of the tree with root root, by looking at the files it contains. The result is an array of content types, with the best guess coming first. The types returned all have the form x-content/foo, e.g. x-content/audio-cdda (for audio CDs) or x-content/image-dcf (for a camera memory card). See the shared-mime-info specification for more on x-content types. This function is useful in the implementation of mountGuessContentType. Since: 2.18
-
gi-gio GI.Gio.Functions Synchronously looks up the D-Bus address for the well-known message bus instance specified by busType. This may involve using various platform specific mechanisms. The returned address will be in the D-Bus address format. Since: 2.26
unixMountFor :: (HasCallStack, MonadIO m) => [Char] -> m (Maybe UnixMountEntry, Word64)gi-gio GI.Gio.Functions Gets a UnixMountEntry for a given file path. If timeRead is set, it will be filled with a unix timestamp for checking if the mounts have changed since with unixMountsChangedSince. If more mounts have the same mount path, the last matching mount is returned. This will return Nothing if looking up the mount entry fails, if filePath doesn’t exist or there is an I/O error. Since: 2.52
appInfoGetAllForType :: (HasCallStack, MonadIO m) => Text -> m [AppInfo]gi-gio GI.Gio.Interfaces.AppInfo Gets a list of all GAppInfos for a given content type, including the recommended and fallback GAppInfos. See appInfoGetRecommendedForType and appInfoGetFallbackForType.
appInfoGetDefaultForType :: (HasCallStack, MonadIO m) => Text -> Bool -> m (Maybe AppInfo)gi-gio GI.Gio.Interfaces.AppInfo Gets the default AppInfo for a given content type.