Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. DBusCallFlagsAllowInteractiveAuthorization :: DBusCallFlags

    gi-gio GI.Gio.Flags

    the caller is prepared to wait for interactive authorization. Since 2.46.

  2. DBusCallFlagsNoAutoStart :: DBusCallFlags

    gi-gio GI.Gio.Flags

    The bus must not launch an owner for the destination name in response to this method invocation.

  3. DBusCallFlagsNone :: DBusCallFlags

    gi-gio GI.Gio.Flags

    No flags set.

  4. DBusConnectionFlagsAuthenticationAllowAnonymous :: DBusConnectionFlags

    gi-gio GI.Gio.Flags

    When authenticating as a server, allow the anonymous authentication method.

  5. DBusMessageFlagsAllowInteractiveAuthorization :: DBusMessageFlags

    gi-gio GI.Gio.Flags

    If set on a method call, this flag means that the caller is prepared to wait for interactive authorization. Since 2.46.

  6. DBusServerFlagsAuthenticationAllowAnonymous :: DBusServerFlags

    gi-gio GI.Gio.Flags

    Allow the anonymous authentication method.

  7. FileCopyFlagsAllMetadata :: FileCopyFlags

    gi-gio GI.Gio.Flags

    Copy all file metadata instead of just default set used for copy (see FileInfo).

  8. FileCopyFlagsNoFallbackForMove :: FileCopyFlags

    gi-gio GI.Gio.Flags

    Don't use copy and delete fallback if native move not supported.

  9. TlsCertificateFlagsValidateAll :: TlsCertificateFlags

    gi-gio GI.Gio.Flags

    the combination of all of the above flags

  10. ioModulesScanAllInDirectory :: (HasCallStack, MonadIO m) => [Char] -> m ()

    gi-gio GI.Gio.Functions

    Scans all the modules in the specified directory, ensuring that any extension point implemented by a module is registered. This may not actually load and initialize all the types in each module, some modules may be lazily loaded and initialized when an extension point it implements is used with e.g. iOExtensionPointGetExtensions or iOExtensionPointGetExtensionByName. If you need to guarantee that all types are loaded in all the modules, use g_io_modules_load_all_in_directory(). Since: 2.24

Page 450 of many | Previous | Next