Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. 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.

  2. 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.

  3. 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.

  4. resourcesEnumerateChildren :: (HasCallStack, MonadIO m) => Text -> [ResourceLookupFlags] -> m [Text]

    gi-gio GI.Gio.Functions

    Returns all the names of children at the specified path in the set of globally registered resources. The return result is a Nothing terminated list of strings which should be released with strfreev. lookupFlags controls the behaviour of the lookup. Since: 2.32

  5. driveEnumerateIdentifiers :: (HasCallStack, MonadIO m, IsDrive a) => a -> m [Text]

    gi-gio GI.Gio.Interfaces.Drive

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

  6. fileEnumerateChildren :: (HasCallStack, MonadIO m, IsFile a, IsCancellable b) => a -> Text -> [FileQueryInfoFlags] -> Maybe b -> m FileEnumerator

    gi-gio GI.Gio.Interfaces.File

    Gets the requested information about the files in a directory. The result is a FileEnumerator object that will give out FileInfo objects for all the files in the directory. The attributes value is a string that specifies the file attributes that should be gathered. It is not an error if it's not possible to read a particular requested attribute from a file - it just won't be set. attributes should be a comma-separated list of attributes or attribute wildcards. The wildcard "*" means all attributes, and a wildcard like "standard::*" means all attributes in the standard namespace. An example attribute query be "standard::*,owneruser". The standard attributes are available as defines, like FILE_ATTRIBUTE_STANDARD_NAME. FILE_ATTRIBUTE_STANDARD_NAME should always be specified if you plan to call fileEnumeratorGetChild or fileEnumeratorIterate on the returned enumerator. If cancellable is not Nothing, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error IOErrorEnumCancelled will be returned. If the file does not exist, the IOErrorEnumNotFound error will be returned. If the file is not a directory, the IOErrorEnumNotDirectory error will be returned. Other errors are possible too.

  7. fileEnumerateChildrenAsync :: (HasCallStack, MonadIO m, IsFile a, IsCancellable b) => a -> Text -> [FileQueryInfoFlags] -> Int32 -> Maybe b -> Maybe AsyncReadyCallback -> m ()

    gi-gio GI.Gio.Interfaces.File

    Asynchronously gets the requested information about the files in a directory. The result is a FileEnumerator object that will give out FileInfo objects for all the files in the directory. For more details, see fileEnumerateChildren which is the synchronous version of this call. When the operation is finished, callback will be called. You can then call fileEnumerateChildrenFinish to get the result of the operation.

  8. fileEnumerateChildrenFinish :: (HasCallStack, MonadIO m, IsFile a, IsAsyncResult b) => a -> b -> m FileEnumerator

    gi-gio GI.Gio.Interfaces.File

    Finishes an async enumerate children operation. See fileEnumerateChildrenAsync.

  9. socketConnectableEnumerate :: (HasCallStack, MonadIO m, IsSocketConnectable a) => a -> m SocketAddressEnumerator

    gi-gio GI.Gio.Interfaces.SocketConnectable

    Creates a SocketAddressEnumerator for connectable. Since: 2.22

  10. socketConnectableProxyEnumerate :: (HasCallStack, MonadIO m, IsSocketConnectable a) => a -> m SocketAddressEnumerator

    gi-gio GI.Gio.Interfaces.SocketConnectable

    Creates a SocketAddressEnumerator for connectable that will return a ProxyAddress for each of its addresses that you must connect to via a proxy. If connectable does not implement socketConnectableProxyEnumerate, this will fall back to calling socketConnectableEnumerate. Since: 2.26

Page 114 of many | Previous | Next